|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdesktop.swingx.renderer.CellContext
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 javax.swing.Icon |
closedIcon
the default icon to use for a closed folder. |
protected javax.swing.Icon |
leafIcon
the icon to use for a leaf node. |
protected javax.swing.Icon |
openIcon
the default icon to use for a open folder. |
| Fields inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
column, component, dropOn, expanded, focused, leaf, noFocusBorder, row, selected, value |
| Constructor Summary | |
|---|---|
TreeCellContext()
|
|
| Method Summary | |
|---|---|
protected javax.swing.Icon |
getClosedIcon()
Returns the default icon to use for closed cell. |
javax.swing.JTree |
getComponent()
Returns the component the cell resides on, may be null. |
protected javax.swing.border.Border |
getFocusBorder()
Returns the default focus border of the renderered component. |
javax.swing.Icon |
getIcon()
Returns the icon. |
protected javax.swing.Icon |
getLeafIcon()
Returns the default icon to use for leaf cell. |
protected javax.swing.Icon |
getOpenIcon()
Returns the default icon to use for open cell. |
protected java.awt.Color |
getSelectionBackground()
Returns the default selection background color of the renderered component. |
protected java.awt.Color |
getSelectionForeground()
Returns the default selection foreground color of the renderered component. |
javax.swing.tree.TreePath |
getTreePath()
Returns the treePath for the row or null if invalid. |
protected java.lang.String |
getUIPrefix()
Returns the component type specific prefix of keys for lookup in the UIManager. |
void |
installContext(javax.swing.JTree component,
java.lang.Object value,
int row,
int column,
boolean selected,
boolean focused,
boolean expanded,
boolean leaf)
Sets state of the cell's context. |
boolean |
isEditable()
Returns the cell's editability. |
| Methods inherited from class org.jdesktop.swingx.renderer.CellContext |
|---|
getBackground, getBorder, getCellRendererName, getColumn, getDropCellBackground, getDropCellForeground, getFocusBackground, getFocusForeground, getFont, getForeground, getRow, getUIKey, getValue, installState, isDropOn, isExpanded, isFocused, isLeaf, isSelected, replaceValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.Icon leafIcon
protected javax.swing.Icon closedIcon
protected javax.swing.Icon openIcon
| Constructor Detail |
|---|
public TreeCellContext()
| Method Detail |
|---|
public void installContext(javax.swing.JTree component,
java.lang.Object value,
int row,
int column,
boolean selected,
boolean focused,
boolean expanded,
boolean leaf)
component - the component the cell resides on, might be nullvalue - the content value of the cellrow - the cell's row index in view coordinatescolumn - the cell's column index in view coordinatesselected - the cell's selected statefocused - the cell's focused stateexpanded - the cell's expanded stateleaf - the cell's leaf statepublic javax.swing.JTree getComponent()
CellContext
getComponent in class CellContextpublic javax.swing.tree.TreePath getTreePath()
public boolean isEditable()
Here: false.
PENDING: implement to return the tree cell editability!
isEditable in class CellContextprotected java.awt.Color getSelectionBackground()
PENDING: return UI properties here?
getSelectionBackground in class CellContextprotected java.awt.Color getSelectionForeground()
PENDING: return UI properties here?
getSelectionForeground in class CellContextprotected java.lang.String getUIPrefix()
getUIPrefix in class CellContextprotected javax.swing.Icon getLeafIcon()
protected javax.swing.Icon getOpenIcon()
protected javax.swing.Icon getClosedIcon()
public javax.swing.Icon getIcon()
Here: null.
Overridden to return a default depending for the leaf/open cell state.
getIcon in class CellContextprotected javax.swing.border.Border getFocusBorder()
CellContext
getFocusBorder in class CellContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||