java.lang.Comparable<DataEditorPlugIn>
public class TimeEditorPlugIn extends ComboBoxEditorPlugIn
Modifier and Type | Field | Description |
---|---|---|
static java.time.format.DateTimeFormatter |
TIME_FORMAT |
_backgroundUndefinedValue, _connection, _debug, _defaultValueString, _registry, _undefinedString
Constructor | Description |
---|---|
TimeEditorPlugIn() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
addComboItems(de.bsvrz.dav.daf.main.Data data,
javax.swing.JComboBox<java.lang.String> comboBox) |
|
protected void |
comboBoxAttributeModified(javax.swing.JComboBox<java.lang.String> comboBox,
javax.swing.JLabel suffixBox,
de.bsvrz.dav.daf.main.Data data,
boolean update) |
|
protected int |
getPriority() |
Gibt die Priorität zurück.
|
boolean |
supportsData(de.bsvrz.dav.daf.main.Data data) |
Gibt
true zurück, wenn dieses PlugIn das übergebene Data-Objekt unterstützt. |
java.lang.String |
toString() |
createValueBox
compareTo, getByteArray, isByteAttributeType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createComponent
protected void addComboItems(de.bsvrz.dav.daf.main.Data data, javax.swing.JComboBox<java.lang.String> comboBox)
addComboItems
in class ComboBoxEditorPlugIn
protected void comboBoxAttributeModified(javax.swing.JComboBox<java.lang.String> comboBox, javax.swing.JLabel suffixBox, de.bsvrz.dav.daf.main.Data data, boolean update)
comboBoxAttributeModified
in class ComboBoxEditorPlugIn
protected int getPriority()
DataEditorPlugIn
getPriority
in class ComboBoxEditorPlugIn
public boolean supportsData(de.bsvrz.dav.daf.main.Data data)
DataEditorPlugIn
true
zurück, wenn dieses PlugIn das übergebene Data-Objekt unterstützt. Ein PlugIn, was Array-Daten darstellt wird bspw. keinen Plain-Textwert unterstützen.supportsData
in class ComboBoxEditorPlugIn
data
- Datumtrue
, wenn dieses PlugIn das übergebene Data-Objekt unterstützt, sonst false
public java.lang.String toString()
toString
in class ComboBoxEditorPlugIn