|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
AWTTreeCellEditor provides the interface for the cell editor for the AWTTree any component which is implemented with AWTTreeCellEditor will be set as a cell editor for the AWTTree
| Method Summary | |
java.awt.Component |
getAWTTreeCellEditorComponent(AWTTree tree,
java.lang.Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
AWTTreeNode node)
Returns the component for the AWTTree as a cell editor |
java.lang.Object |
getTreeCellEditorValue()
Returns the value of the cell editor |
void |
setTreeCellEditorValue(java.lang.Object value)
Sets the value for the editor |
| Method Detail |
public java.awt.Component getAWTTreeCellEditorComponent(AWTTree tree,
java.lang.Object value,
boolean isSelected,
boolean expanded,
boolean leaf,
AWTTreeNode node)
tree - The AWTTreeexpanded - wheather the node is expanded or notleaf - wheather node is leaf or notnode - The AWTTreeNode
public void setTreeCellEditorValue(java.lang.Object value)
value - The valuepublic java.lang.Object getTreeCellEditorValue()
|
ElegantJ Trees Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||