|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface NodeIconInterface
NodeIconInterface defines methods for providing images for a node. When a node is used in a viewer, such as a com.sas.visuals.TreeView, it can be in one of four states: selected, expanded, both and neither. This interface defines the methods to get images for these four states.
NodeInterface,
TreeView| Method Summary | |
|---|---|
abstract com.sas.visuals.IconInterface |
getDefaultIcon()
Returns the default icon for the current node. |
abstract com.sas.visuals.IconInterface |
getExpandedIcon()
Returns the expanded icon for the current node. |
abstract com.sas.visuals.IconInterface |
getExpandedSelectedIcon()
Returns the expandedSelected icon for the current node. |
abstract com.sas.visuals.IconInterface |
getSelectedIcon()
Returns the selected icon for the current node. |
| Methods inherited from interface com.sas.models.NodeInterface |
|---|
getNodeExpandedText, getNodeText, getNodeType |
| Methods inherited from interface com.sas.models.SimpleNodeInterface |
|---|
countNodeChildren, getNodeChild, getNodeChildCount, getNodeChildren, isLeafNode |
| Method Detail |
|---|
com.sas.visuals.IconInterface getDefaultIcon()
com.sas.visuals.IconInterface getExpandedIcon()
com.sas.visuals.IconInterface getSelectedIcon()
com.sas.visuals.IconInterface getExpandedSelectedIcon()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||