|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractCellEditor
jcreek.gui.representation.AbstractEntityTypeField
jcreek.gui.representation.DoubleTypeField
Field Summary |
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
Constructor Summary | |
DoubleTypeField()
|
Method Summary | |
java.lang.Object |
getCellEditorValue()
|
java.awt.Component |
getEditorComponent(java.lang.Object value)
Implement this method to make a generic editor component that can be used in lists, tables and as parts of components. |
java.awt.Component |
getRendererComponent(java.lang.Object value)
Implement this method to make a generic render component that can be used in lists, tables and as parts of components. |
Methods inherited from class jcreek.gui.representation.AbstractEntityTypeField |
addFocusListener, getListCellRendererComponent, getTableCellEditorComponent, getTableCellRendererComponent, getTreeCellEditorComponent |
Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing |
Constructor Detail |
public DoubleTypeField()
Method Detail |
public java.awt.Component getRendererComponent(java.lang.Object value)
EntityTypeField
value
- The value of the field currently
public java.awt.Component getEditorComponent(java.lang.Object value)
EntityTypeField
value
- The value of the field currently
public java.lang.Object getCellEditorValue()
getCellEditorValue
in interface javax.swing.CellEditor
getCellEditorValue
in class AbstractEntityTypeField
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |