| java.lang.Object javax.swing.AbstractCellEditor abbot.editor.editors.XMLEditor
Constructor Summary | |
public | XMLEditor() Constructs an XMLEditor that uses a text field. |
clickCountToStart | protected int clickCountToStart(Code) | | |
delegate | protected EditorDelegate delegate(Code) | | |
XMLEditor | public XMLEditor()(Code) | | Constructs an XMLEditor that uses a text field.
|
cancelCellEditing | public void cancelCellEditing()(Code) | | |
getClickCountToStart | public int getClickCountToStart()(Code) | | ClickCountToStart controls the number of clicks required to start
editing.
|
getComponent | public Component getComponent()(Code) | | Returns the component used to edit this editor's value.
the editor Component |
getTableCellEditorComponent | public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)(Code) | | |
getTreeCellEditorComponent | public Component getTreeCellEditorComponent(JTree tree, Object value, boolean isSelected, boolean expanded, boolean leaf, int row)(Code) | | |
setClickCountToStart | public void setClickCountToStart(int count)(Code) | | Specifies the number of clicks needed to start editing.
Parameters: count - an int specifying the number of clicks needed to startediting See Also: XMLEditor.getClickCountToStart |
stopCellEditing | public boolean stopCellEditing()(Code) | | |
|
|