Serialized Form
description
java.lang.String description
- A description for the date.
serial
int serial
- The day number (1-Jan-1900 = 2, 2-Jan-1900 = 3, ..., 31-Dec-9999 = 2958465).
day
int day
- The day of the month (1 to 28, 29, 30 or 31 depending on the month).
month
int month
- The month of the year (1 to 12).
year
int year
- The year (1900 to 9999).
description
java.lang.String description
- An optional description for the date.
rowFormats
int[] rowFormats
- The layout format for each row.
rowGap
int rowGap
- The gap between the rows.
columnGaps
int[] columnGaps
- The gaps between the columns (gap[0] is the gap following column zero).
rowHeights
int[] rowHeights
- Working array for recording the height of each row.
totalHeight
int totalHeight
- The total height of the layout.
columnWidths
int[] columnWidths
- Working array for recording the width of each column;
totalWidth
int totalWidth
- The total width of the layout.
columns1and2Width
int columns1and2Width
- Combined width of columns 1 and 2.
columns4and5Width
int columns4and5Width
- Combined width of columns 4 and 5.
columns1to4Width
int columns1to4Width
- Combined width of columns 1 to 4.
columns1to5Width
int columns1to5Width
- Combined width of columns 1 to 5.
columns0to5Width
int columns0to5Width
- Combined width of columns 0 to 5.
colWidth
int[] colWidth
- Tracks the column widths.
rowHeight
int[] rowHeight
- Tracks the row heights.
labelGap
int labelGap
- The gap between each label and component.
buttonGap
int buttonGap
- The gap between each component and button.
vGap
int vGap
- The gap between rows.
minWidth
int minWidth
- The minimum width.
minHeight
int minHeight
- The minimum height.
maxCompWidth
int maxCompWidth
- The maximum component width.
maxCompHeight
int maxCompHeight
- The maximum component height.
preferredWidth
int preferredWidth
- The preferred width.
preferredHeight
int preferredHeight
- The preferred height.
sizeUnknown
boolean sizeUnknown
- Size unknown flag.
lines
java.util.List lines
- Storage for the lines of text.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
interiorGap
Spacer interiorGap
- The interior space.
shadowXOffset
double shadowXOffset
- The shadow x-offset.
shadowYOffset
double shadowYOffset
- The shadow y-offset.
textBlock
TextBlock textBlock
- The text block.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
text
java.lang.String text
- The text.
font
java.awt.Font font
- The font.
paint
java.awt.Paint paint
- The text color.
fragments
java.util.List fragments
- Storage for the text fragments that make up the line.
type
int type
- The arrow type.
available
java.awt.geom.Rectangle2D available
- The available area.
name
java.lang.String name
- Deprecated.
- The name.
formatter
java.text.DateFormat formatter
- The formatter.
chosenDate
java.util.Calendar chosenDate
- The date selected in the panel.
chosenDateButtonColor
java.awt.Color chosenDateButtonColor
- The color for the selected date;
chosenMonthButtonColor
java.awt.Color chosenMonthButtonColor
- The color for dates in the current month;
chosenOtherButtonColor
java.awt.Color chosenOtherButtonColor
- The color for dates that are visible, but not in the current month;
firstDayOfWeek
int firstDayOfWeek
- The first day-of-the-week;
yearSelectionRange
int yearSelectionRange
- The range used for selecting years;
dateFont
java.awt.Font dateFont
- The font used to display the date;
monthSelector
javax.swing.JComboBox monthSelector
- A combo for selecting the month;
yearSelector
javax.swing.JComboBox yearSelector
- A combo for selecting the year;
todayButton
javax.swing.JButton todayButton
- A button for selecting today's date;
buttons
javax.swing.JButton[] buttons
- An array of buttons used to display the days-of-the-month;
refreshing
boolean refreshing
- A flag that indicates whether or not we are currently refreshing the buttons;
width
float width
- The width.
height
float height
- The height.
fontChooserPanel
FontChooserPanel fontChooserPanel
- The panel within the dialog that contains the font selection controls.
fontlist
javax.swing.JList fontlist
- The list of fonts.
sizelist
javax.swing.JList sizelist
- The list of sizes.
bold
javax.swing.JCheckBox bold
- The checkbox that indicates whether the font is bold.
italic
javax.swing.JCheckBox italic
- The checkbox that indicates whether or not the font is italic.
displayFont
java.awt.Font displayFont
- The current font.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
topValueEditor
javax.swing.JTextField topValueEditor
- A text field for the 'top' setting.
leftValueEditor
javax.swing.JTextField leftValueEditor
- A text field for the 'left' setting.
bottomValueEditor
javax.swing.JTextField bottomValueEditor
- A text field for the 'bottom' setting.
rightValueEditor
javax.swing.JTextField rightValueEditor
- A text field for the 'right' setting.
left
javax.swing.JButton left
- The button on the left.
right
javax.swing.JButton right
- The button on the right.
left
javax.swing.JButton left
- The left button.
right1
javax.swing.JButton right1
- The first button on the right of the panel.
right2
javax.swing.JButton right2
- The second button on the right of the panel.
left
javax.swing.JButton left
- The left button.
right1
javax.swing.JButton right1
- The first button on the right of the panel.
right2
javax.swing.JButton right2
- The second button on the right of the panel.
right3
javax.swing.JButton right3
- The third button on the right of the panel.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
maxlen
int maxlen
- The maximum length.
paint
java.awt.Paint paint
- The paint.
preferredSize
java.awt.Dimension preferredSize
- The preferred size of the component.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
unitType
UnitType unitType
- Absolute or relative units.
top
double top
- The top insets.
bottom
double bottom
- The bottom insets.
left
double left
- The left insets.
right
double right
- The right insets.
date
SerialDate date
- The date selected in the panel.
dateButtonColor
java.awt.Color dateButtonColor
- The color for the selected date;
monthButtonColor
java.awt.Color monthButtonColor
- The color for dates in the current month;
chosenOtherButtonColor
java.awt.Color chosenOtherButtonColor
- The color for dates that are visible, but not in the current month;
firstDayOfWeek
int firstDayOfWeek
- The first day-of-the-week;
yearSelectionRange
int yearSelectionRange
- The range used for selecting years;
dateFont
java.awt.Font dateFont
- The font used to display the date;
monthSelector
javax.swing.JComboBox monthSelector
- A combo for selecting the month;
yearSelector
javax.swing.JComboBox yearSelector
- A combo for selecting the year;
todayButton
javax.swing.JButton todayButton
- A button for selecting today's date;
buttons
javax.swing.JButton[] buttons
- An array of buttons used to display the days-of-the-month;
refreshing
boolean refreshing
- A flag that indicates whether or not we are currently refreshing the buttons;
headerListener
SortableTableHeaderListener headerListener
- A listener for sorting.
sortingColumn
int sortingColumn
- The column on which the data is sorted (-1 for no sorting).
ascending
boolean ascending
- Indicates ascending (true) or descending (false) order.
type
int type
- The spacing type (relative or absolute).
left
double left
- The space on the left.
right
double right
- The space on the right.
top
double top
- The space at the top.
bottom
double bottom
- The space at the bottom.
value
int value
- The current value.
textField
javax.swing.JTextField textField
- The text field displaying the value.
buttonPanel
javax.swing.JPanel buttonPanel
- The arrow button panel.
upButton
ArrowPanel upButton
- The up button.
downButton
ArrowPanel downButton
- The down button.
cancelled
boolean cancelled
- Flag that indicates whether or not the dialog was cancelled.
type
GradientPaintTransformType type
- The transform type.
selector
javax.swing.JComboBox selector
- A combo for selecting the stroke.
stroke
java.awt.Stroke stroke
- The stroke being displayed.
preferredSize
java.awt.Dimension preferredSize
- The preferred size of the component.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
result
java.lang.Object result
- The end result of the wizard sequence.
step
int step
- The current step in the wizard process (starting at step zero).
currentPanel
WizardPanel currentPanel
- A reference to the current panel.
panels
java.util.List panels
- A list of references to the panels the user has already seen - used for navigating through
the steps that have already been completed.
previousButton
javax.swing.JButton previousButton
- A handy reference to the "previous" button.
nextButton
javax.swing.JButton nextButton
- A handy reference to the "next" button.
finishButton
javax.swing.JButton finishButton
- A handy reference to the "finish" button.
helpButton
javax.swing.JButton helpButton
- A handy reference to the "help" button.
owner
WizardDialog owner
- The owner.
|
Package org.jfree.ui.about |
resources
java.util.ResourceBundle resources
- Localised resources.
application
java.lang.String application
- The application name.
version
java.lang.String version
- The application version.
copyright
java.lang.String copyright
- The copyright string.
info
java.lang.String info
- Other info about the application.
logo
java.awt.Image logo
- The project logo.
contributors
java.util.List contributors
- A list of contributors.
licence
java.lang.String licence
- The licence.
libraries
java.util.List libraries
- A list of libraries.
table
javax.swing.JTable table
- The table.
model
javax.swing.table.TableModel model
- The data.
contributors
java.util.List contributors
- Storage for the contributors.
nameColumnLabel
java.lang.String nameColumnLabel
- Localised version of the name column label.
contactColumnLabel
java.lang.String contactColumnLabel
- Localised version of the contact column label.
table
javax.swing.JTable table
- The table.
model
javax.swing.table.TableModel model
- The data.
libraries
java.util.List libraries
- Storage for the libraries.
nameColumnLabel
java.lang.String nameColumnLabel
- Localised name column label.
versionColumnLabel
java.lang.String versionColumnLabel
- Localised version column label.
licenceColumnLabel
java.lang.String licenceColumnLabel
- Localised licence column label.
infoColumnLabel
java.lang.String infoColumnLabel
- Localised info column label.
panel
SystemPropertiesPanel panel
- A system properties panel.
table
javax.swing.JTable table
- The table that displays the system properties.
copyPopupMenu
javax.swing.JPopupMenu copyPopupMenu
- Allows for a popup menu for copying
copyMenuItem
javax.swing.JMenuItem copyMenuItem
- A copy menu item.
copyPopupListener
SystemPropertiesPanel.PopupListener copyPopupListener
- A popup listener.
properties
java.util.List properties
- Storage for the properties.
nameColumnLabel
java.lang.String nameColumnLabel
- Localised name column label.
valueColumnLabel
java.lang.String valueColumnLabel
- Localised property column label.
|
Package org.jfree.ui.action |
action
javax.swing.Action action
- The action.
propertyChangeHandler
org.jfree.ui.action.ActionButton.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
action
javax.swing.Action action
- The action.
propertyChangeHandler
org.jfree.ui.action.ActionMenuItem.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
action
javax.swing.Action action
- The action.
propertyChangeHandler
org.jfree.ui.action.ActionRadioButton.ActionEnablePropertyChangeHandler propertyChangeHandler
- The property change handler.
|
Package org.jfree.ui.tabbedui |
rootEditors
java.util.ArrayList rootEditors
tabbedPane
javax.swing.JTabbedPane tabbedPane
selectedRootEditor
int selectedRootEditor
currentToolbar
javax.swing.JComponent currentToolbar
toolbarContainer
javax.swing.JPanel toolbarContainer
closeAction
javax.swing.Action closeAction
jMenuBar
javax.swing.JMenuBar jMenuBar
globalMenu
boolean globalMenu
object
java.lang.Object object
confirmed
boolean confirmed
active
boolean active
tabbedUI
AbstractTabbedUI tabbedUI
tabbedUI
AbstractTabbedUI tabbedUI
tabbedUI
AbstractTabbedUI tabbedUI
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
size
int size
- The current list size.
increment
int increment
- The default increment.
table
java.util.HashMap table
- The underlying storage.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Restores a serialized object.
- Throws:
java.io.IOException - if there is an I/O problem.
java.lang.ClassNotFoundException - if a class cannot be found.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Handles serialization.
- Throws:
java.io.IOException - if there is an I/O problem.
rows
int rows
- The number of rows.
columns
int columns
- The number of columns.
rowIncrement
int rowIncrement
- defines how many object-slots get reserved each time we run out of space.
columnIncrement
int columnIncrement
- defines how many object-slots get reserved each time we run out of space.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
printStream
java.io.PrintStream printStream
- The printstream we use ..
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
factor
double factor
- The factor (-1.0 for
CLOCKWISE and 1.0 for ANTICLOCKWISE).
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
parent
java.lang.Exception parent
- The parent exception.
parent
java.lang.Exception parent
- The parent exception.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
java.lang.ClassNotFoundException - if there is a classpath problem.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Provides serialization support.
- Throws:
java.io.IOException - if there is an I/O error.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
readResolve
private java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Ensures that serialization returns the unique instances.
- Throws:
java.io.ObjectStreamException - if there is a problem.
name
java.lang.String name
- The name.
lock
boolean lock
- The lock.
image
java.awt.Image image
- The image.
error
boolean error
- A flag that signals an error.
parent
java.lang.Exception parent
- The parent exception.
line
int line
- The line, where the error occured.
column
int column
- The column, where the error occured.
activeFactories
java.util.Stack activeFactories
- A stack for the active factories.
initialFactory
ElementDefinitionHandler initialFactory
- The initial factory.
parserConfiguration
DefaultConfiguration parserConfiguration
- Storage for the parser configuration.
parserHelperObjects
java.util.HashMap parserHelperObjects
- Storage for temporary objects and factories used during the parsing process.
locator
org.xml.sax.Locator locator
- The DocumentLocator can be used to resolve the current parse position.
commentHandler
CommentHandler commentHandler
- The current comment handler used to receive xml comments.
|
Package org.jfree.xml.factory.objects |
className
java.lang.Class className
- The class.
parameters
java.util.HashMap parameters
- Storage for parameters.
parameterDefs
java.util.HashMap parameterDefs
- Storage for parameter definitions.
config
Configuration config
- The configuration for the object description.
ignoredParameters
java.util.TreeSet ignoredParameters
factories
java.util.ArrayList factories
- Storage for the class factories.
classes
java.util.HashMap classes
- Storage for the classes.
comparator
ClassComparator comparator
- A class comparator for searching the super class
config
Configuration config
- The parser/report configuration
|
Package org.jfree.xml.parser |
|
Package org.jfree.xml.util |
|
Package org.jfree.xml.writer |