|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GUISettings.NodeMode | |
---|---|
com.jgoodies.jdiskreport.model.settings |
Uses of GUISettings.NodeMode in com.jgoodies.jdiskreport.model.settings |
---|
Methods in com.jgoodies.jdiskreport.model.settings that return GUISettings.NodeMode | |
---|---|
GUISettings.NodeMode |
GUISettings.getNodeMode()
Returns the mode that indicates how directory nodes are rendered in the navigation tree: plain, percent, size. |
static GUISettings.NodeMode |
GUISettings.NodeMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GUISettings.NodeMode[] |
GUISettings.NodeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jgoodies.jdiskreport.model.settings with parameters of type GUISettings.NodeMode | |
---|---|
void |
GUISettings.setNodeMode(GUISettings.NodeMode newMode)
Sets a new mode for the rendering of directory nodes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |