Ontimize Document Management 0.035EN

com.ontimize.dms.client.gui.property.editor
Interface PropertyListEditor

All Known Implementing Classes:
BigDecimalEditor, BooleanEditor, DateEditor, DoubleEditor, FieldButtonEditor, FloatEditor, IntegerEditor, LongEditor, MultiEditor, NumberEditor, ShortEditor, TextEditor, TimeEditor, TimestampEditor

public interface PropertyListEditor


Method Summary
 void addFocusListener(java.awt.event.FocusListener l)
           
 javax.swing.text.Document getDocument()
           
 javax.swing.text.Document getDocument(java.lang.Class c)
           
 EditorFactory getFactory()
           
 javax.swing.JComponent getJComponent()
           
 java.awt.Container getParent()
           
 java.awt.Color getRequiredColor()
           
 java.lang.String getToolTipText()
           
 java.lang.Object getValue()
           
 java.lang.Class getValueClass()
           
 boolean isEditable()
           
 boolean isEnabled()
           
 boolean isVisible()
           
 void removeFocusListener(java.awt.event.FocusListener l)
           
 void setEditable(boolean editable)
           
 void setEnabled(boolean enabled)
           
 void setFactory(EditorFactory factory)
           
 void setPropertyListComponent(PropertyListComponent plc)
           
 void setRequiredColor(java.awt.Color color)
           
 void setToolTipText(java.lang.String tooltip)
           
 void setValue(java.lang.Object value)
           
 void setValueClass(java.lang.Class c)
           
 void setVisible(boolean visible)
           
 

Method Detail

getValue

java.lang.Object getValue()

getValueClass

java.lang.Class getValueClass()

getDocument

javax.swing.text.Document getDocument(java.lang.Class c)

getFactory

EditorFactory getFactory()

getRequiredColor

java.awt.Color getRequiredColor()

getJComponent

javax.swing.JComponent getJComponent()

getParent

java.awt.Container getParent()

getToolTipText

java.lang.String getToolTipText()

getDocument

javax.swing.text.Document getDocument()

isEditable

boolean isEditable()

isEnabled

boolean isEnabled()

isVisible

boolean isVisible()

setRequiredColor

void setRequiredColor(java.awt.Color color)

setValue

void setValue(java.lang.Object value)

setValueClass

void setValueClass(java.lang.Class c)

setPropertyListComponent

void setPropertyListComponent(PropertyListComponent plc)

setFactory

void setFactory(EditorFactory factory)

addFocusListener

void addFocusListener(java.awt.event.FocusListener l)

removeFocusListener

void removeFocusListener(java.awt.event.FocusListener l)

setToolTipText

void setToolTipText(java.lang.String tooltip)

setEditable

void setEditable(boolean editable)

setEnabled

void setEnabled(boolean enabled)

setVisible

void setVisible(boolean visible)

Ontimize Document Management