Package org.luwrain.controls
Class CachedTreeModel
java.lang.Object
org.luwrain.controls.CachedTreeModel
- All Implemented Interfaces:
TreeArea.Model
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
beginChildEnumeration
(Object node) void
endChildEnumeration
(Object node) int
getChildCount
(Object parent) getRoot()
-
Constructor Details
-
CachedTreeModel
-
-
Method Details
-
getRoot
- Specified by:
getRoot
in interfaceTreeArea.Model
-
beginChildEnumeration
- Specified by:
beginChildEnumeration
in interfaceTreeArea.Model
-
getChildCount
- Specified by:
getChildCount
in interfaceTreeArea.Model
-
getChild
- Specified by:
getChild
in interfaceTreeArea.Model
-
endChildEnumeration
- Specified by:
endChildEnumeration
in interfaceTreeArea.Model
-