|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeIconModel | |
---|---|
com.sas.graphics.components | Provides swing components for producing a variety of graph types. |
Uses of TreeIconModel in com.sas.graphics.components |
---|
Methods in com.sas.graphics.components that return TreeIconModel | |
---|---|
TreeIconModel |
HierarchyModel.getTreeIconModel()
Return the default icons that will be used when displaying hierarchical data in a treetable. |
TreeIconModel |
HierarchyModel.getTreeIconModel(java.lang.Object key)
Get a TreeIconModel definition for a unique tree value. |
Methods in com.sas.graphics.components with parameters of type TreeIconModel | |
---|---|
void |
TreeIconModel.apply(TreeIconModel theOtherObject)
Utility method to convey properties contained in "theOtherObject" to this object. |
void |
HierarchyModel.putTreeIconModel(java.lang.Object key,
TreeIconModel treeIconModel)
Define value icons that will be used when displaying hierarchical data in a treetable. |
void |
HierarchyModel.setTreeIconModel(TreeIconModel newTreeIconModel)
Define open icon that will be used when displaying hierarchical data in a treetable. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |