|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.annotation.wordfreak.chooser.RelationalTreeCellEditor
Field Summary | |
protected javax.swing.event.ChangeEvent |
changeEvent
the event to fire |
protected javax.swing.event.EventListenerList |
listenerList
Event listeners |
Constructor Summary | |
RelationalTreeCellEditor(javax.swing.JTree t,
RelationalTreeCellRenderer r)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
addCellEditorListener(javax.swing.event.CellEditorListener l)
|
void |
cancelCellEditing()
|
boolean |
canEditImmediately(java.util.EventObject event)
|
protected void |
fireEditingCanceled()
Notify all listeners that have registered interest for notification on this event type. |
protected void |
fireEditingStopped()
Notify all listeners that have registered interest for notification on this event type. |
java.lang.Object |
getCellEditorValue()
|
java.awt.Component |
getTreeCellEditorComponent(javax.swing.JTree tree,
java.lang.Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
int row)
|
boolean |
isCellEditable(java.util.EventObject event)
|
void |
removeCellEditorListener(javax.swing.event.CellEditorListener l)
Remove a listener from the list that's notified |
void |
setShowToggle(boolean t)
|
boolean |
shouldSelectCell(java.util.EventObject event)
|
boolean |
stopCellEditing()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.swing.event.EventListenerList listenerList
protected transient javax.swing.event.ChangeEvent changeEvent
Constructor Detail |
public RelationalTreeCellEditor(javax.swing.JTree t, RelationalTreeCellRenderer r)
Method Detail |
public void setShowToggle(boolean t)
public java.awt.Component getTreeCellEditorComponent(javax.swing.JTree tree, java.lang.Object value, boolean isSelected, boolean expanded, boolean leaf, int row)
getTreeCellEditorComponent
in interface javax.swing.tree.TreeCellEditor
public java.lang.Object getCellEditorValue()
getCellEditorValue
in interface javax.swing.CellEditor
public boolean isCellEditable(java.util.EventObject event)
isCellEditable
in interface javax.swing.CellEditor
public boolean canEditImmediately(java.util.EventObject event)
public boolean shouldSelectCell(java.util.EventObject event)
shouldSelectCell
in interface javax.swing.CellEditor
public boolean stopCellEditing()
stopCellEditing
in interface javax.swing.CellEditor
public void cancelCellEditing()
cancelCellEditing
in interface javax.swing.CellEditor
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void addCellEditorListener(javax.swing.event.CellEditorListener l)
addCellEditorListener
in interface javax.swing.CellEditor
public void removeCellEditorListener(javax.swing.event.CellEditorListener l)
removeCellEditorListener
in interface javax.swing.CellEditor
l
- the CellEditorListenerprotected void fireEditingStopped()
EventListenerList
protected void fireEditingCanceled()
EventListenerList
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |