Serialized Form


Package com.jgoodies.chart

Class com.jgoodies.chart.AbstractChart extends JComponent implements Serializable

Serialized Fields

modelChangeHandler

ChangeListener modelChangeHandler

model

ChartModel<T> model

format

Format format

cacheIsValid

boolean cacheIsValid

showSize

boolean showSize

printingDevice

boolean printingDevice

Class com.jgoodies.chart.AbstractTreeChart extends JComponent implements Serializable

Serialized Fields

modelChangeHandler

ChangeListener modelChangeHandler

model

TreeChartModel<T> model

Class com.jgoodies.chart.BarChart extends AbstractChart<T> implements Serializable

Serialized Fields

leftAlignText

boolean leftAlignText

maxSize

long maxSize

maxIconWidth

int maxIconWidth

barY

int[] barY

barWidths

int[] barWidths

textWidth

int textWidth

lineHeight

int lineHeight

barHeight

int barHeight

Class com.jgoodies.chart.ChartView extends JPanel implements Serializable

Serialized Fields

chart

AbstractChart<T> chart

listenerList

EventListenerList listenerList

changeEvent

ChangeEvent changeEvent

selection

Object selection

Class com.jgoodies.chart.PieChart extends AbstractChart<T> implements Serializable

Serialized Fields

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

Class com.jgoodies.chart.TreeMapChart extends AbstractTreeChart<T> implements Serializable

Class com.jgoodies.chart.TreePieChart extends AbstractTreeChart<T> implements Serializable

Serialized Fields

xCenter

int xCenter

yCenter

int yCenter

radius

int radius

Package com.jgoodies.jdiskreport

Class com.jgoodies.jdiskreport.JDiskReport extends com.jgoodies.uif.application.Application implements Serializable


Package com.jgoodies.jdiskreport.domain

Class com.jgoodies.jdiskreport.domain.Directory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

directories

Directory[] directories

files

FileInfo[] files

illegalAccess

boolean illegalAccess

Class com.jgoodies.jdiskreport.domain.FileInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

size

long size

lastModified

long lastModified

Class com.jgoodies.jdiskreport.domain.Root extends Directory implements Serializable

serialVersionUID: 1L

Serialized Fields

file

File file

Class com.jgoodies.jdiskreport.domain.ScanConfiguration extends com.jgoodies.binding.beans.Model implements Serializable

serialVersionUID: 1L

Serialized Fields

target

File target

name

String name

checkCycles

boolean checkCycles

inclusions

List<E> inclusions

exclusions

List<E> exclusions

minModified

long minModified

maxModified

long maxModified

Class com.jgoodies.jdiskreport.domain.ScanResult extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

configuration

ScanConfiguration configuration

root

Root root

fileCount

long fileCount

folderCount

long folderCount

startTime

long startTime

endTime

long endTime

Package com.jgoodies.jdiskreport.model

Class com.jgoodies.jdiskreport.model.MainModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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

Class com.jgoodies.jdiskreport.model.NavigationModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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()

Class com.jgoodies.jdiskreport.model.PersistencyManager.ReadWriteException extends Exception implements Serializable

Class com.jgoodies.jdiskreport.model.PresentationModel extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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

Class com.jgoodies.jdiskreport.model.settings.ChartSettings extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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.

Class com.jgoodies.jdiskreport.model.settings.GUISettings extends com.jgoodies.binding.beans.Model implements Serializable

Serialized Fields

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

Class com.jgoodies.jdiskreport.view.MainFrame extends JFrame implements Serializable

Serialized Fields

mainModel

MainModel mainModel

Package com.jgoodies.jdiskreport.view.component

Class com.jgoodies.jdiskreport.view.component.ImageBackgroundPanel extends JPanel implements Serializable

Serialized Fields

image

Image image

sx1

int sx1

sy1

int sy1

sx2

int sx2

sy2

int sy2

Class com.jgoodies.jdiskreport.view.component.NavigationButton extends JToggleButton implements Serializable

Class com.jgoodies.jdiskreport.view.component.ScrollPaneBorder extends AbstractBorder implements Serializable

Serialized Fields

top

boolean top

left

boolean left

bottom

boolean bottom

right

boolean right

insets

Insets insets

Class com.jgoodies.jdiskreport.view.component.ToolBarButton extends com.jgoodies.jdiskreport.view.component.AbstractToolBarButton implements Serializable

Class com.jgoodies.jdiskreport.view.component.ToolBarMenuButton extends com.jgoodies.jdiskreport.view.component.AbstractToolBarButton implements Serializable

Serialized Fields

downIcon

Icon downIcon

downIconTextGap

int downIconTextGap

popupMenu

JPopupMenu popupMenu

Class com.jgoodies.jdiskreport.view.component.ToolBarToggleButton extends com.jgoodies.jdiskreport.view.component.AbstractToolBarButton implements Serializable



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