|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNode | |
---|---|
com.jgoodies.jdiskreport.model | |
com.jgoodies.jdiskreport.model.node |
Uses of AbstractNode in com.jgoodies.jdiskreport.model |
---|
Methods in com.jgoodies.jdiskreport.model that return types with arguments of type AbstractNode | |
---|---|
ChartModel<AbstractNode> |
PresentationModel.getSizeChartModel()
|
TreeChartModel<AbstractNode> |
PresentationModel.getTreeChartModel()
|
Uses of AbstractNode in com.jgoodies.jdiskreport.model.node |
---|
Subclasses of AbstractNode in com.jgoodies.jdiskreport.model.node | |
---|---|
class |
CollapsedFilesNode
A synthetic node that is used to represent all files in a directory. |
class |
DirectoryNode
Describes directories. |
class |
FileNode
A node for files, not directories. |
class |
RootNode
Describes directories. |
Methods in com.jgoodies.jdiskreport.model.node that return AbstractNode | |
---|---|
AbstractNode |
FileTreeChartModel.getChild(AbstractNode node,
int index)
|
Methods in com.jgoodies.jdiskreport.model.node that return types with arguments of type AbstractNode | |
---|---|
TreeChartModel<AbstractNode> |
DirectoryNode.getTreeChartModel(GUISettings.SortMode sortMode,
GUISettings.SizeMode sizeMode,
boolean showFiles)
|
Methods in com.jgoodies.jdiskreport.model.node with parameters of type AbstractNode | |
---|---|
AbstractNode |
FileTreeChartModel.getChild(AbstractNode node,
int index)
|
int |
FileTreeChartModel.getChildCount(AbstractNode node)
Returns the number of children of the given node. |
long |
FileTreeChartModel.getSize(AbstractNode node)
Returns the mandatory size of the given node. |
boolean |
FileTreeChartModel.isLeaf(AbstractNode node)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |