Uses of Class
com.jgoodies.jdiskreport.model.settings.GUISettings.SizeMode

Packages that use GUISettings.SizeMode
com.jgoodies.jdiskreport.model.node   
com.jgoodies.jdiskreport.model.settings   
 

Uses of GUISettings.SizeMode in com.jgoodies.jdiskreport.model.node
 

Methods in com.jgoodies.jdiskreport.model.node with parameters of type GUISettings.SizeMode
 TableModel DirectoryNode.getTableModel(GUISettings.SortMode sortMode, GUISettings.SizeMode sizeMode, boolean showFiles)
           
 TreeChartModel<AbstractNode> DirectoryNode.getTreeChartModel(GUISettings.SortMode sortMode, GUISettings.SizeMode sizeMode, boolean showFiles)
           
 

Constructors in com.jgoodies.jdiskreport.model.node with parameters of type GUISettings.SizeMode
FileTreeChartModel(DirectoryNode root, GUISettings.SortMode sortMode, GUISettings.SizeMode sizeMode, boolean showFiles)
           
 

Uses of GUISettings.SizeMode in com.jgoodies.jdiskreport.model.settings
 

Methods in com.jgoodies.jdiskreport.model.settings that return GUISettings.SizeMode
 GUISettings.SizeMode GUISettings.getSizeMode()
          Returns the current size mode: size vs. count.
static GUISettings.SizeMode GUISettings.SizeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GUISettings.SizeMode[] GUISettings.SizeMode.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.SizeMode
 void GUISettings.setSizeMode(GUISettings.SizeMode newMode)
          Sets a new size mode: size vs. count.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.