Serialized Form
Package com.jgoodies.chart |
modelChangeHandler
ChangeListener modelChangeHandler
model
ChartModel<T> model
format
Format format
cacheIsValid
boolean cacheIsValid
showSize
boolean showSize
printingDevice
boolean printingDevice
modelChangeHandler
ChangeListener modelChangeHandler
model
TreeChartModel<T> model
leftAlignText
boolean leftAlignText
maxSize
long maxSize
maxIconWidth
int maxIconWidth
barY
int[] barY
barWidths
int[] barWidths
textWidth
int textWidth
lineHeight
int lineHeight
barHeight
int barHeight
chart
AbstractChart<T> chart
listenerList
EventListenerList listenerList
changeEvent
ChangeEvent changeEvent
selection
Object selection
showTotal
boolean showTotal
totalText
String totalText
sizeTotal
long sizeTotal
percentString
String[] percentString
angle
int[] angle
chartLabels
com.jgoodies.chart.PieChartLabels chartLabels
xCenter
int xCenter
yCenter
int yCenter
radius
int radius
xCenter
int xCenter
yCenter
int yCenter
radius
int radius
Package com.jgoodies.jdiskreport |
Package com.jgoodies.jdiskreport.domain |
serialVersionUID: 1L
name
String name
directories
Directory[] directories
files
FileInfo[] files
illegalAccess
boolean illegalAccess
serialVersionUID: 1L
name
String name
size
long size
lastModified
long lastModified
serialVersionUID: 1L
file
File file
serialVersionUID: 1L
target
File target
name
String name
checkCycles
boolean checkCycles
inclusions
List<E> inclusions
exclusions
List<E> exclusions
minModified
long minModified
maxModified
long maxModified
serialVersionUID: 1L
configuration
ScanConfiguration configuration
root
Root root
fileCount
long fileCount
folderCount
long folderCount
startTime
long startTime
endTime
long endTime
Package com.jgoodies.jdiskreport.model |
navigationModel
NavigationModel navigationModel
- Holds the model for the navigation tree.
- See Also:
MainModel.navigationModel()
history
com.jgoodies.uifextras.history.History<E> history
presentationModel
PresentationModel presentationModel
guiSettings
GUISettings guiSettings
rootNode
RootNode rootNode
mainModel
MainModel mainModel
- Refers to the parent main model.
selection
DirectoryNode selection
- Holds the current directory selection as chosen in the navigation tree.
- See Also:
NavigationModel.getSelection()
navigationTreeModel
DirectoryNode.FileTreeModel navigationTreeModel
- Holds the model for the navigation tree.
- See Also:
NavigationModel.getNavigationTreeModel()
navigationTreeSelectionModel
TreeSelectionModel navigationTreeSelectionModel
- Refers to the single selection model for the navigation tree.
The selection is reset if the navigation tree model changes.
- See Also:
NavigationModel.getNavigationTreeSelectionModel()
,
NavigationModel.getNavigationTreeModel()
mainModel
MainModel mainModel
- Refers to the parent main model.
Used to lookup the default parent frame
treeChartModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTreeChartModel<T> treeChartModel
sizeTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel sizeTableModel
sizeChartModel
ChartModel<T> sizeChartModel
filteredSizeChartModel
FilteredChartModel<T> filteredSizeChartModel
coloredSizeChartModel
ColoredChartModel<T> coloredSizeChartModel
largestFilesTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel largestFilesTableModel
oldestFilesTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel oldestFilesTableModel
newestFilesTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel newestFilesTableModel
sizeDistributionTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel sizeDistributionTableModel
sizeDistributionChartModel
ChartModel<T> sizeDistributionChartModel
coloredSizeDistributionChartModel
ColoredChartModel<T> coloredSizeDistributionChartModel
timeDistributionTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel timeDistributionTableModel
timeDistributionChartModel
ChartModel<T> timeDistributionChartModel
coloredTimeDistributionChartModel
ColoredChartModel<T> coloredTimeDistributionChartModel
typeDistributionTableModel
com.jgoodies.jdiskreport.model.PresentationModel.DelegatingTableModel typeDistributionTableModel
typeDistributionChartModel
ChartModel<T> typeDistributionChartModel
filteredTypeDistributionChartModel
FilteredChartModel<T> filteredTypeDistributionChartModel
coloredTypeDistributionChartModel
ColoredChartModel<T> coloredTypeDistributionChartModel
Package com.jgoodies.jdiskreport.model.settings |
brightness
float brightness
- Describes the brightness of colors used in the charts.
depth
int depth
- Describes the depth of the hierachical charts - currently the ring chart.
elementLimit
int elementLimit
- The upper bound for the number of individual elements in a chart.
elementThreshold
float elementThreshold
- The lower bound for the size of elements that shall be displayed.
saturation
float saturation
- Describes the saturation of colors used in the charts.
chartSettings
ChartSettings chartSettings
boldnessThreshold
float boldnessThreshold
- Describes a threshold that is used to render size nodes plain or bold.
collapseDeselectedPaths
boolean collapseDeselectedPaths
- Describes whether a path shall be collapsed on deselection.
expandSelectedPaths
boolean expandSelectedPaths
- Describes whether a path shall be expanded on selection.
sortMode
GUISettings.SortMode sortMode
sizeMode
GUISettings.SizeMode sizeMode
nodeMode
GUISettings.NodeMode nodeMode
- Describes how directory nodes are rendered: plain, size, percent.
viewMode
GUISettings.ViewMode viewMode
- Holds a representation of the chosen presentation.
showFiles
boolean showFiles
- Describes whether files are shown or collapsed in the views.
statisticsDepth
int statisticsDepth
- Describes for how many levels we collect and store
the statistics: top lists, distributions and types.
sortModeSizeAction
com.jgoodies.uif.action.ToggleAction sortModeSizeAction
sortModeNameAction
com.jgoodies.uif.action.ToggleAction sortModeNameAction
sizeModeSizeAction
com.jgoodies.uif.action.ToggleAction sizeModeSizeAction
sizeModeCountAction
com.jgoodies.uif.action.ToggleAction sizeModeCountAction
showFilesAction
com.jgoodies.uif.action.ToggleAction showFilesAction
Package com.jgoodies.jdiskreport.view |
mainModel
MainModel mainModel
Package com.jgoodies.jdiskreport.view.component |
image
Image image
sx1
int sx1
sy1
int sy1
sx2
int sx2
sy2
int sy2
top
boolean top
left
boolean left
bottom
boolean bottom
right
boolean right
insets
Insets insets
downIcon
Icon downIcon
downIconTextGap
int downIconTextGap
popupMenu
JPopupMenu popupMenu
Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.