|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.renderer.CellContext<JTree>
org.jdesktop.swingx.renderer.TreeCellContext
public class TreeCellContext
Tree specific cellContext.
Nested Class Summary | |
---|---|
class |
TreeCellContext.TreeFocusBorder
Border used to draw around the content of the node. |
Field Summary | |
---|---|
protected Icon |
closedIcon
the default icon to use for a closed folder. |
protected Icon |
leafIcon
the icon to use for a leaf node. |
protected Icon |
openIcon
the default icon to use for a open folder. |
Fields inherited from class org.jdesktop.swingx.renderer.CellContext |
---|
column, component, expanded, focused, leaf, noFocusBorder, row, selected, value |
Constructor Summary | |
---|---|
TreeCellContext()
|
Method Summary | |
---|---|
protected Icon |
getClosedIcon()
Returns the default icon to use for closed cell. |
protected Border |
getFocusBorder()
Returns the default focus border of the renderered component. |
Icon |
getIcon()
Returns the icon. |
protected Icon |
getLeafIcon()
Returns the default icon to use for leaf cell. |
protected Icon |
getOpenIcon()
Returns the default icon to use for open cell. |
protected Color |
getSelectionBackground()
Returns the default selection background color of the renderered component. |
protected Color |
getSelectionForeground()
Returns the default selection foreground color of the renderered component. |
protected String |
getUIPrefix()
Returns the component type specific prefix of keys for lookup in the UIManager. |
boolean |
isEditable()
Returns the cell's editability. |
Methods inherited from class org.jdesktop.swingx.renderer.CellContext |
---|
getBackground, getBorder, getColumn, getComponent, getFocusBackground, getFocusForeground, getForeground, getRow, getUIKey, getValue, installContext, isExpanded, isFocused, isLeaf, isSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Icon leafIcon
protected Icon closedIcon
protected Icon openIcon
Constructor Detail |
---|
public TreeCellContext()
Method Detail |
---|
public boolean isEditable()
Here: false.
PENDING: implement to return the tree cell editability!
isEditable
in class CellContext<JTree>
protected Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground
in class CellContext<JTree>
protected Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground
in class CellContext<JTree>
protected String getUIPrefix()
getUIPrefix
in class CellContext<JTree>
protected Icon getLeafIcon()
protected Icon getOpenIcon()
protected Icon getClosedIcon()
public Icon getIcon()
Here: null
.
Overridden to return a default depending for the leaf/open cell state.
getIcon
in class CellContext<JTree>
protected Border getFocusBorder()
CellContext
getFocusBorder
in class CellContext<JTree>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |