Serialized Form
changeSupport
SwingPropertyChangeSupport changeSupport
enabled
boolean enabled
keyTable
java.util.Hashtable keyTable
actionListener
java.awt.event.ActionListener actionListener
changeListener
ChangeListener changeListener
- The button's model listeners.
contentAreaFilled
boolean contentAreaFilled
defaultIcon
Icon defaultIcon
defaultMargin
java.awt.Insets defaultMargin
disabledIcon
Icon disabledIcon
disabledSelectedIcon
Icon disabledSelectedIcon
horizontalAlignment
int horizontalAlignment
horizontalTextPosition
int horizontalTextPosition
itemListener
java.awt.event.ItemListener itemListener
margin
java.awt.Insets margin
model
ButtonModel model
- The data model that determines the button's state.
paintBorder
boolean paintBorder
paintFocus
boolean paintFocus
pressedIcon
Icon pressedIcon
rolloverEnabled
boolean rolloverEnabled
rolloverIcon
Icon rolloverIcon
rolloverSelectedIcon
Icon rolloverSelectedIcon
selectedIcon
Icon selectedIcon
text
java.lang.String text
verticalAlignment
int verticalAlignment
verticalTextPosition
int verticalTextPosition
this$0
AbstractButton this$0
this$0
AbstractButton this$0
listenerList
EventListenerList listenerList
accessibleContext
AccessibleContext accessibleContext
- The currently set AccessibleContext object.
this$0
Box this$0
accessibleContext
AccessibleContext accessibleContext
- The currently set AccessibleContext object.
reqMax
java.awt.Dimension reqMax
reqMin
java.awt.Dimension reqMin
reqPref
java.awt.Dimension reqPref
this$0
Box.Filler this$0
axis
int axis
target
java.awt.Container target
buttons
java.util.Vector buttons
selection
ButtonModel selection
- The current choice.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
accessibleContext
AccessibleContext accessibleContext
this$0
CellRendererPane this$0
extent
int extent
isAdjusting
boolean isAdjusting
listenerList
EventListenerList listenerList
- The listeners waiting for model changes.
max
int max
min
int min
value
int value
actionCommand
java.lang.String actionCommand
group
ButtonGroup group
listenerList
EventListenerList listenerList
mnemonic
int mnemonic
stateMask
int stateMask
clickCountToStart
int clickCountToStart
delegate
DefaultCellEditor.EditorDelegate delegate
editorComponent
JComponent editorComponent
listenerList
EventListenerList listenerList
- Event listeners
this$0
DefaultCellEditor this$0
value
java.lang.Object value
objects
java.util.Vector objects
selectedObject
java.lang.Object selectedObject
dragMode
int dragMode
delegate
java.util.Vector delegate
anchorIndex
int anchorIndex
firstAdjustedIndex
int firstAdjustedIndex
firstChangedIndex
int firstChangedIndex
isAdjusting
boolean isAdjusting
lastAdjustedIndex
int lastAdjustedIndex
lastChangedIndex
int lastChangedIndex
leadAnchorNotificationEnabled
boolean leadAnchorNotificationEnabled
leadIndex
int leadIndex
listenerList
EventListenerList listenerList
maxIndex
int maxIndex
minIndex
int minIndex
selectionMode
int selectionMode
value
java.util.BitSet value
index
int index
listenerList
EventListenerList listenerList
- The collection of registered listeners
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
description
java.lang.String description
height
int height
imageObserver
java.awt.image.ImageObserver imageObserver
width
int width
accessibleContext
AccessibleContext accessibleContext
rootPane
JRootPane rootPane
- See Also:
JApplet.getRootPane()
,
JApplet.setRootPane(javax.swing.JRootPane)
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- See Also:
JApplet.isRootPaneCheckingEnabled()
,
JApplet.setRootPaneCheckingEnabled(boolean)
this$0
JApplet this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
defaultCapable
boolean defaultCapable
this$0
JButton this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- See JComponent.readObject() for information about serialization
in Swing.
this$0
JCheckBox this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
this$0
JCheckBoxMenuItem this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
accessibleContext
AccessibleContext accessibleContext
chooserPanels
AbstractColorChooserPanel[] chooserPanels
previewPanel
JComponent previewPanel
selectionModel
ColorSelectionModel selectionModel
this$0
JColorChooser this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
actionCommand
java.lang.String actionCommand
dataModel
ComboBoxModel dataModel
editor
ComboBoxEditor editor
isEditable
boolean isEditable
keySelectionManager
JComboBox.KeySelectionManager keySelectionManager
lightWeightPopupEnabled
boolean lightWeightPopupEnabled
maximumRowCount
int maximumRowCount
renderer
ListCellRenderer renderer
selectedItemReminder
java.lang.Object selectedItemReminder
this$0
JComboBox this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- We use the ObjectInputStream "registerValidation" callback to
update the UI for the entire tree of components after they've
all been read in.
- See Also:
ReadObjectCallback
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Before writing a JComponent to an ObjectOutputStream we temporarily
uninstall its UI. This is tricky to do because we want to uninstall
the UI before any of the JComponents children (or its LayoutManager etc.)
are written, and we don't want to restore the UI until the most derived
JComponent subclass has been been stored.
_bounds
java.awt.Rectangle _bounds
accessibleContext
AccessibleContext accessibleContext
- --- Accessibility Support ---
JComponent will contain all of the methods in interface Accessible,
though it won't actally implement the interface - that will be up
to the individual objects which extend JComponent.
alignmentX
java.lang.Float alignmentX
alignmentY
java.lang.Float alignmentY
ancestorNotifier
javax.swing.AncestorNotifier ancestorNotifier
autoscroller
javax.swing.Autoscroller autoscroller
border
Border border
changeSupport
SwingPropertyChangeSupport changeSupport
clientProperties
java.util.Hashtable clientProperties
flags
int flags
listenerList
EventListenerList listenerList
maximumSize
java.awt.Dimension maximumSize
minimumSize
java.awt.Dimension minimumSize
paintImmediatelyClip
java.awt.Rectangle paintImmediatelyClip
preferredSize
java.awt.Dimension preferredSize
vetoableChangeSupport
java.beans.VetoableChangeSupport vetoableChangeSupport
accessibleContainerHandler
java.awt.event.ContainerListener accessibleContainerHandler
this$0
JComponent this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
desktopManager
DesktopManager desktopManager
this$0
JDesktopPane this$0
accessibleContext
AccessibleContext accessibleContext
defaultCloseOperation
int defaultCloseOperation
rootPane
JRootPane rootPane
- See Also:
JDialog.getRootPane()
,
JDialog.setRootPane(javax.swing.JRootPane)
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- See Also:
JDialog.isRootPaneCheckingEnabled()
,
JDialog.setRootPaneCheckingEnabled(boolean)
this$0
JDialog this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
charSetName
java.lang.String charSetName
kit
EditorKit kit
- Current content binding of the editor.
typeHandlers
java.util.Hashtable typeHandlers
- Table of registered type handlers for this editor.
this$0
JEditorPane this$0
this$0
JEditorPane this$0
hyperlinks
javax.swing.JEditorPane.JEditorPaneAccessibleHypertextSupport.LinkVector hyperlinks
linksValid
boolean linksValid
this$0
JEditorPane this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
accessibleContext
AccessibleContext accessibleContext
accessory
JComponent accessory
actionListener
java.awt.event.ActionListener actionListener
approveButtonMnemonic
int approveButtonMnemonic
approveButtonText
java.lang.String approveButtonText
approveButtonToolTipText
java.lang.String approveButtonToolTipText
currentDirectory
java.io.File currentDirectory
dialog
JDialog dialog
dialogTitle
java.lang.String dialogTitle
dialogType
int dialogType
fileFilter
FileFilter fileFilter
fileSelectionMode
int fileSelectionMode
fileSystemView
FileSystemView fileSystemView
fileView
FileView fileView
filters
java.util.Vector filters
multiSelectionEnabled
boolean multiSelectionEnabled
returnValue
int returnValue
selectedFile
java.io.File selectedFile
selectedFiles
java.io.File[] selectedFiles
uiFileView
FileView uiFileView
useFileHiding
boolean useFileHiding
this$0
JFileChooser this$0
accessibleContext
AccessibleContext accessibleContext
- The accessible context property
defaultCloseOperation
int defaultCloseOperation
rootPane
JRootPane rootPane
- The JRootPane instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
- See Also:
JRootPane
,
RootPaneContainer
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- If true then calls to
add
and setLayout
cause an exception to be thrown.
- See Also:
JFrame.isRootPaneCheckingEnabled()
,
JFrame.setRootPaneCheckingEnabled(boolean)
this$0
JFrame this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
closable
boolean closable
- The frame can be closed.
defaultCloseOperation
int defaultCloseOperation
desktopIcon
JInternalFrame.JDesktopIcon desktopIcon
- The icon that is displayed when the frame is iconized.
- See Also:
JInternalFrame.iconable
frameIcon
Icon frameIcon
- The icon shown in the top-left corner of the frame.
iconable
boolean iconable
- The frame can "iconized" (shrunk down and displayed as
an icon-image).
- See Also:
JInternalFrame.JDesktopIcon
isClosed
boolean isClosed
- The frame has been closed.
isIcon
boolean isIcon
- The frame has been iconized.
- See Also:
JInternalFrame.iconable
isMaximum
boolean isMaximum
- The frame has been expanded to its maximum size.
- See Also:
JInternalFrame.maximizable
isSelected
boolean isSelected
- The frame is currently selected.
maximizable
boolean maximizable
- The frame can be expanded to the size of the desktop pane.
opened
boolean opened
resizable
boolean resizable
- The frame's size can be changed.
rootPane
JRootPane rootPane
- The JRootPane instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
- See Also:
JRootPane
,
RootPaneContainer
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- If true then calls to
add
and setLayout
cause an exception to be thrown.
title
java.lang.String title
- The title displayed in the frame's title bar.
this$0
JInternalFrame this$0
internalFrame
JInternalFrame internalFrame
this$0
JInternalFrame.JDesktopIcon this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
defaultIcon
Icon defaultIcon
disabledIcon
Icon disabledIcon
disabledIconSet
boolean disabledIconSet
horizontalAlignment
int horizontalAlignment
horizontalTextPosition
int horizontalTextPosition
iconTextGap
int iconTextGap
labelFor
java.awt.Component labelFor
mnemonic
int mnemonic
text
java.lang.String text
verticalAlignment
int verticalAlignment
verticalTextPosition
int verticalTextPosition
this$0
JLabel this$0
componentToLayer
java.util.Hashtable componentToLayer
optimizedDrawingPossible
boolean optimizedDrawingPossible
this$0
JLayeredPane this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
cellRenderer
ListCellRenderer cellRenderer
dataModel
ListModel dataModel
fixedCellHeight
int fixedCellHeight
fixedCellWidth
int fixedCellWidth
horizontalScrollIncrement
int horizontalScrollIncrement
prototypeCellValue
java.lang.Object prototypeCellValue
selectionBackground
java.awt.Color selectionBackground
selectionForeground
java.awt.Color selectionForeground
selectionListener
ListSelectionListener selectionListener
selectionModel
ListSelectionModel selectionModel
visibleRowCount
int visibleRowCount
leadSelectionIndex
int leadSelectionIndex
this$0
JList this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
delay
int delay
menuChangeListener
ChangeListener menuChangeListener
menuEvent
MenuEvent menuEvent
popupListener
JMenu.WinListener popupListener
- The window-closing listener for the popup.
- See Also:
JMenu.WinListener
popupMenu
JPopupMenu popupMenu
this$0
JMenu this$0
popupMenu
JPopupMenu popupMenu
this$0
JMenu this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- See JComponent.readObject() for information about serialization
in Swing.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
margin
java.awt.Insets margin
paintBorder
boolean paintBorder
this$0
JMenuBar this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- See JComponent.readObject() for information about serialization
in Swing.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
accelerator
KeyStroke accelerator
this$0
JMenuItem this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
messageType
int messageType
- Message type.
optionType
int optionType
- Option type, one of DEFAULT_OPTION, YES_NO_OPTION,
YES_NO_CANCEL_OPTION or OK_CANCEL_OPTION.
wantsInput
boolean wantsInput
- If true, a UI widget will be provided to the user to get input.
this$0
JOptionPane this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
this$0
JPanel this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
echoChar
char echoChar
this$0
JPasswordField this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
desiredLocationX
int desiredLocationX
desiredLocationY
int desiredLocationY
label
java.lang.String label
lastPopupType
int lastPopupType
lightWeightPopupEnabled
boolean lightWeightPopupEnabled
margin
java.awt.Insets margin
paintBorder
boolean paintBorder
selectionModel
SingleSelectionModel selectionModel
this$0
JPopupMenu this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
changeListener
ChangeListener changeListener
model
BoundedRangeModel model
- The data structure that holds the various values for the progress bar.
orientation
int orientation
- The orientation to display the progress bar.
The default is HORIZONTAL.
paintBorder
boolean paintBorder
- Whether to display the border around the progress bar.
The default is true.
paintString
boolean paintString
- Whether to textually display a String on the progress bar.
The default is false. Setting this to true will cause a textual
display of the progress to de rendered on the progress bar. If
the progressString is null, the percentage done to be displayed
on the progress bar. If the progressString is non-null, it is
rendered on the progress bar.
progressString
java.lang.String progressString
- A optional String that can be displayed on the progress bar.
The default is null. Setting this to a non-null value does not
imply that the String will be displayed.
this$0
JProgressBar this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
this$0
JRadioButton this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
this$0
JRadioButtonMenuItem this$0
contentPane
java.awt.Container contentPane
- The content pane.
defaultButton
JButton defaultButton
- The button that gets activated when the pane has the focus and
a UI-specific action like pressing the Enter key occurs.
defaultPressAction
javax.swing.JRootPane.DefaultAction defaultPressAction
- The action to take when the defaultButton is pressed.
- See Also:
JRootPane.defaultButton
defaultReleaseAction
javax.swing.JRootPane.DefaultAction defaultReleaseAction
- The action to take when the defaultButton is released.
- See Also:
JRootPane.defaultButton
glassPane
java.awt.Component glassPane
- The glass pane that overlays the menu bar and content pane,
so it can intercept mouse movements and such.
layeredPane
JLayeredPane layeredPane
- The layered pane that manages the menu bar and content pane.
menuBar
JMenuBar menuBar
- The menu bar.
this$0
JRootPane this$0
this$0
JRootPane this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
blockIncrement
int blockIncrement
- See Also:
JScrollBar.setBlockIncrement(int)
fwdAdjustmentEvents
ChangeListener fwdAdjustmentEvents
- All changes from the model are treated as though the user moved
the scrollbar knob.
model
BoundedRangeModel model
- The model that represents the scrollbar's minimum, maximum, extent
(aka "visibleAmount") and current value.
- See Also:
JScrollBar.setModel(javax.swing.BoundedRangeModel)
orientation
int orientation
- See Also:
JScrollBar.setOrientation(int)
unitIncrement
int unitIncrement
- See Also:
JScrollBar.setUnitIncrement(int)
this$0
JScrollBar this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
columnHeader
JViewport columnHeader
- The column header child. Default is null.
- See Also:
JScrollPane.setColumnHeader(javax.swing.JViewport)
horizontalScrollBar
JScrollBar horizontalScrollBar
- The scrollpane's horizontal scrollbar child. Default is a JScrollBar.
- See Also:
JScrollPane.setHorizontalScrollBar(javax.swing.JScrollBar)
horizontalScrollBarPolicy
int horizontalScrollBarPolicy
- The display policy for the horizontal scrollbar.
The default is JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED.
- See Also:
JScrollPane.setHorizontalScrollBarPolicy(int)
lowerLeft
java.awt.Component lowerLeft
- The component to display in the lower left corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
lowerRight
java.awt.Component lowerRight
- The component to display in the lower right corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
rowHeader
JViewport rowHeader
- The row header child. Default is null.
- See Also:
JScrollPane.setRowHeader(javax.swing.JViewport)
upperLeft
java.awt.Component upperLeft
- The component to display in the upper left corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
upperRight
java.awt.Component upperRight
- The component to display in the upper right corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
verticalScrollBar
JScrollBar verticalScrollBar
- The scrollpane's vertical scrollbar child. Default is a JScrollBar.
- See Also:
JScrollPane.setVerticalScrollBar(javax.swing.JScrollBar)
verticalScrollBarPolicy
int verticalScrollBarPolicy
- The display policy for the vertical scrollbar.
The default is JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED.
- See Also:
JScrollPane.setVerticalScrollBarPolicy(int)
viewport
JViewport viewport
- The scrollpanes viewport child. Default is an empty JViewport.
- See Also:
JScrollPane.setViewport(javax.swing.JViewport)
viewportBorder
Border viewportBorder
this$0
JScrollPane this$0
viewPort
JViewport viewPort
blockIncrementSet
boolean blockIncrementSet
- Set to true when the block increment has been explicitly set.
If this is false the viewports view is obtained and if it
is an instance of Scrollable the block increment from it is used.
this$0
JScrollPane this$0
unitIncrementSet
boolean unitIncrementSet
- Set to true when the unit increment has been explicitly set.
If this is false the viewports view is obtained and if it
is an instance of Scrollable the unit increment from it is used.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
orientation
int orientation
this$0
JSeparator this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
changeListener
ChangeListener changeListener
- The changeListener (no suffix) is the listener we add to the
Sliders model. By default this listener just forwards events
to ChangeListeners (if any) added directly to the slider.
- See Also:
JSlider.addChangeListener(javax.swing.event.ChangeListener)
,
JSlider.createChangeListener()
isInverted
boolean isInverted
labelTable
java.util.Dictionary labelTable
majorTickSpacing
int majorTickSpacing
- The number of values between the major tick marks -- the
larger marks that break up the minor tick marks.
minorTickSpacing
int minorTickSpacing
- The number of values between the minor tick marks -- the
smaller marks that occur between the major tick marks.
- See Also:
JSlider.setMinorTickSpacing(int)
orientation
int orientation
- See Also:
JSlider.setOrientation(int)
paintLabels
boolean paintLabels
paintTicks
boolean paintTicks
paintTrack
boolean paintTrack
sliderModel
BoundedRangeModel sliderModel
- The data model that handles the numeric maximum value,
minimum value, and current-position value for the slider.
snapToTicks
boolean snapToTicks
- If true, the knob (and the data value it represents)
resolve to the closest tick mark next to where the user
positioned the knob.
- See Also:
JSlider.setSnapToTicks(boolean)
snapToValue
boolean snapToValue
- If true, the knob (and the data value it represents)
resolve to the closest slider value next to where the user
positioned the knob.
- See Also:
#setSnapToValue
this$0
JSlider this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
continuousLayout
boolean continuousLayout
- Whether or not the views are continuously redisplayed while
resizing.
dividerSize
int dividerSize
- Size of the divider.
lastDividerLocation
int lastDividerLocation
- Previous location of the split pane.
leftComponent
java.awt.Component leftComponent
- The left or top component.
oneTouchExpandable
boolean oneTouchExpandable
- Is a little widget provided to quickly expand/collapse the
split pane?
orientation
int orientation
- How the views are split.
rightComponent
java.awt.Component rightComponent
- The right or bottom component.
this$0
JSplitPane this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
changeListener
ChangeListener changeListener
- The changeListener is the listener we add to the
model.
haveRegistered
boolean haveRegistered
model
SingleSelectionModel model
- The default selection model
pages
java.util.Vector pages
tabPlacement
int tabPlacement
- Where the tabs are placed.
- See Also:
JTabbedPane.setTabPlacement(int)
this$0
JTabbedPane this$0
this$0
JTabbedPane this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
autoCreateColumnsFromModel
boolean autoCreateColumnsFromModel
- The table will query the TableModel to build the default
set of columns if this is true.
autoResizeMode
int autoResizeMode
- This mode value determines if table automatically resizes the
width the table's columns to take up the entire width of the
table, and how it does the resizing.
cellSelectionEnabled
boolean cellSelectionEnabled
- If this is true, then both a row selection and a column selection
can be non-empty at the same time, the selected cells are the
the cells whose row and column are both selected.
columnModel
TableColumnModel columnModel
- The TableColumnModel of the table
dataModel
TableModel dataModel
- The TableModel of the table
gridColor
java.awt.Color gridColor
- The color of the grid
preferredViewportSize
java.awt.Dimension preferredViewportSize
- Used by the Scrollable interface to determine the initial visible area
rowHeight
int rowHeight
- The height of all rows in the table
rowMargin
int rowMargin
- The height margin between rows
rowSelectionAllowed
boolean rowSelectionAllowed
- Row selection allowed in this table
selectionBackground
java.awt.Color selectionBackground
- The background color of selected cells
selectionForeground
java.awt.Color selectionForeground
- The foreground color of selected cells
selectionModel
ListSelectionModel selectionModel
- The ListSelectionModel of the table, used to keep track of row selections
showHorizontalLines
boolean showHorizontalLines
- The table draws horizontal lines between cells if showHorizontalLines is true
showVerticalLines
boolean showVerticalLines
- The table draws vertical lines between cells if showVerticalLines is true
tableHeader
JTableHeader tableHeader
- The TableHeader working with the table
lastSelectedCol
int lastSelectedCol
lastSelectedRow
int lastSelectedRow
this$0
JTable this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
columns
int columns
columnWidth
int columnWidth
rowHeight
int rowHeight
rows
int rows
word
boolean word
wrap
boolean wrap
this$0
JTextArea this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
columns
int columns
columnWidth
int columnWidth
command
java.lang.String command
horizontalAlignment
int horizontalAlignment
visibility
BoundedRangeModel visibility
this$0
JTextField this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
this$0
JToggleButton this$0
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
floatable
boolean floatable
margin
java.awt.Insets margin
orientation
int orientation
paintBorder
boolean paintBorder
this$0
JToolBar this$0
separatorSize
java.awt.Dimension separatorSize
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
component
JComponent component
tipText
java.lang.String tipText
this$0
JToolTip this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
editable
boolean editable
- Is the tree editable? Default is false.
invokesStopCellEditing
boolean invokesStopCellEditing
- If true, when editing is to be stopped by way of selection changing,
data in tree changing or other means stopCellEditing is invoked, and
changes are saved. If false, cancelCellEditing is invoked, and changes
are discarded. Default is false.
largeModel
boolean largeModel
- Is this tree a large model? This is a code-optimization setting.
A large model can be used when the cell height is the same for all
nodes. The UI will then cache very little information and instead
continually message the model. Without a large model the UI caches
most of the information, resulting in fewer method calls to the model.
This value is only a suggestion to the UI. Not all UIs will
take advantage of it. Default value is false.
rootVisible
boolean rootVisible
- True if the root node is displayed, false if its children are
the highest visible nodes.
rowHeight
int rowHeight
- Height to use for each display row. If this is <= 0 the renderer
determines the height for each row.
scrollsOnExpand
boolean scrollsOnExpand
- If true, when a node is expanded, as many of the descendants are
scrolled to be visible.
showsRootHandles
boolean showsRootHandles
- True if handles are displayed at the topmost level of the tree.
A handle is a small icon that displays adjacent to the node which
allows the user to click once to expand or collapse the node. A
common interface shows a plus sign (+) for a node which can be
expanded and a minus sign (-) for a node which can be collapsed.
Handles are always shown for nodes below the topmost level.
If the rootVisible
setting specifies that the root
node is to be displayed, then that is the only node at the topmost
level. If the root node is not displayed, then all of its
children are at the topmost level of the tree. Handles are
always displayed for nodes other than the topmost.
If the root node isn't visible, it is generally a good to make
this value true. Otherwise, the tree looks exactly like a list,
and users may not know that the "list entries" are actually
tree nodes.
- See Also:
JTree.rootVisible
toggleClickCount
int toggleClickCount
- Number of mouse clicks before a node is expanded.
visibleRowCount
int visibleRowCount
- Number of rows to make visible at one time. This value is used for
the Scrollable interface. It determines the preferred size of the
display area.
leadSelectionAccessible
Accessible leadSelectionAccessible
leadSelectionPath
TreePath leadSelectionPath
this$0
JTree this$0
childValue
java.lang.Object childValue
- Value to create children with.
hasChildren
boolean hasChildren
loadedChildren
boolean loadedChildren
this$0
JTree this$0
backingStore
boolean backingStore
- True when this viewport is maintaining an offscreen image of its
contents, so that some scrolling can take place using fast "bit-blit"
operations instead of by accessing the view object to construct the
display.
currentLocationOnScreen
java.awt.Point currentLocationOnScreen
FullyRendered
boolean FullyRendered
isViewSizeSet
boolean isViewSizeSet
- True when the viewport dimensions have been determined.
lastPaintPosition
java.awt.Point lastPaintPosition
- The last viewPosition that we've painted, so we know how
much of the backing store image is valid.
scrollUnderway
boolean scrollUnderway
- The scrollUnderway flag is used for components like JList.
When the downarrow key is pressed on a JList and the selected
cell is the last in the list, the scrollpane autoscrolls.
Here, the old selected cell needs repainting and so we need
a flag to make the viewport do the optimised painting
only when there is an explicit call to setViewPosition(Point).
When setBounds() is called through other routes,
the flag is off and the view repaints normally.
Another approach would be to remove this from the Viewport
class and have the JList manage this case by using
setBackingStoreEnabled().
start_dragging
boolean start_dragging
viewListener
java.awt.event.ComponentListener viewListener
this$0
JViewport this$0
this$0
JViewport this$0
accessibleContext
AccessibleContext accessibleContext
- The accessible context property
rootPane
JRootPane rootPane
- The JRootPane instance that manages the
contentPane
and optional menuBar
for this frame, as well as the
glassPane
.
- See Also:
JWindow.getRootPane()
,
JWindow.setRootPane(javax.swing.JRootPane)
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- If true then calls to
add
and setLayout
cause an exception to be thrown.
- See Also:
JWindow.isRootPaneCheckingEnabled()
,
JWindow.setRootPaneCheckingEnabled(boolean)
this$0
JWindow this$0
keyChar
char keyChar
keyCode
int keyCode
modifiers
int modifiers
onKeyRelease
boolean onKeyRelease
target
java.awt.Container target
xChildren
SizeRequirements[] xChildren
xTotal
SizeRequirements xTotal
yChildren
SizeRequirements[] yChildren
yTotal
SizeRequirements yTotal
colHead
JViewport colHead
- The column header child. Default is null.
- See Also:
JScrollPane.setColumnHeader(javax.swing.JViewport)
hsb
JScrollBar hsb
- The scrollpanes horizontal scrollbar child. Default is a JScrollBar.
- See Also:
JScrollPane#setHorizontalScrollbar
hsbPolicy
int hsbPolicy
- The display policy for the horizontal scrollbar.
The default is JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED.
This field is obsolete, please use the JScrollPane field instead.
- See Also:
JScrollPane.setHorizontalScrollBarPolicy(int)
lowerLeft
java.awt.Component lowerLeft
- The component to display in the lower left corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
lowerRight
java.awt.Component lowerRight
- The component to display in the lower right corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
rowHead
JViewport rowHead
- The row header child. Default is null.
- See Also:
JScrollPane.setRowHeader(javax.swing.JViewport)
upperLeft
java.awt.Component upperLeft
- The component to display in the upper left corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
upperRight
java.awt.Component upperRight
- The component to display in the upper right corner. Default is null.
- See Also:
JScrollPane.setCorner(java.lang.String, java.awt.Component)
viewport
JViewport viewport
- The scrollpanes viewport child. Default is an empty JViewport.
- See Also:
JScrollPane.setViewport(javax.swing.JViewport)
vsb
JScrollBar vsb
- The scrollpanes vertical scrollbar child. Default is a JScrollBar.
- See Also:
JScrollPane#setVerticalScrollbar
vsbPolicy
int vsbPolicy
- The display policy for the vertical scrollbar.
The default is JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED.
This field is obsolete, please use the JScrollPane field instead.
- See Also:
JScrollPane.setVerticalScrollBarPolicy(int)
alignment
float alignment
- The alignment, specified as a value between 0.0 and 1.0,
inclusive.
To specify centering, the alignment should be 0.5.
maximum
int maximum
- The maximum size allowed.
For a component
comp
, this should be equal to either
comp.getMaximumSize().width
or
comp.getMaximumSize().height
.
minimum
int minimum
- The minimum size required.
For a component
comp
, this should be equal to either
comp.getMinimumSize().width
or
comp.getMinimumSize().height
.
preferred
int preferred
- The preferred (natural) size.
For a component
comp
, this should be equal to either
comp.getPreferredSize().width
or
comp.getPreferredSize().height
.
coalesce
boolean coalesce
delay
int delay
doPostEvent
java.lang.Runnable doPostEvent
eventQueued
boolean eventQueued
expirationTime
long expirationTime
initialDelay
int initialDelay
listenerList
EventListenerList listenerList
nextTimer
Timer nextTimer
repeats
boolean repeats
running
boolean running
changeSupport
SwingPropertyChangeSupport changeSupport
Package javax.swing.border |
bevelType
int bevelType
highlightInner
java.awt.Color highlightInner
highlightOuter
java.awt.Color highlightOuter
shadowInner
java.awt.Color shadowInner
shadowOuter
java.awt.Color shadowOuter
insideBorder
Border insideBorder
outsideBorder
Border outsideBorder
bottom
int bottom
left
int left
right
int right
top
int top
etchType
int etchType
highlight
java.awt.Color highlight
shadow
java.awt.Color shadow
lineColor
java.awt.Color lineColor
roundedCorners
boolean roundedCorners
thickness
int thickness
color
java.awt.Color color
tileIcon
Icon tileIcon
border
Border border
title
java.lang.String title
titleColor
java.awt.Color titleColor
titleFont
java.awt.Font titleFont
titleJustification
int titleJustification
titlePosition
int titlePosition
Package javax.swing.colorchooser |
chooser
JColorChooser chooser
colorListener
ChangeListener colorListener
dirty
boolean dirty
listenerList
EventListenerList listenerList
selectedColor
java.awt.Color selectedColor
Package javax.swing.event |
ancestor
java.awt.Container ancestor
ancestorParent
java.awt.Container ancestorParent
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
desc
java.lang.String desc
type
HyperlinkEvent.EventType type
u
java.net.URL u
index0
int index0
index1
int index1
type
int type
firstIndex
int firstIndex
isAdjusting
boolean isAdjusting
lastIndex
int lastIndex
manager
MenuSelectionManager manager
path
MenuElement[] path
manager
MenuSelectionManager manager
path
MenuElement[] path
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
children
java.util.Hashtable children
source
java.lang.Object source
fromIndex
int fromIndex
- The index of the column from where it was moved or removed
toIndex
int toIndex
- The index of the column to where it was moved or added from
column
int column
firstRow
int firstRow
lastRow
int lastRow
type
int type
path
TreePath path
- Path to the value this event represents.
childIndices
int[] childIndices
- Indices identifying the position of where the children were.
children
java.lang.Object[] children
- Children that have been removed.
path
TreePath path
- Path to the parent of the nodes that have changed.
areNew
boolean[] areNew
- For each path identifies if that is path is in fact new.
newLeadSelectionPath
TreePath newLeadSelectionPath
- leadSelectionPath after the paths changed, may be null.
oldLeadSelectionPath
TreePath oldLeadSelectionPath
- leadSelectionPath before the paths changed, may be null.
paths
TreePath[] paths
- Paths this event represents.
myEdit
UndoableEdit myEdit
delegate
Border delegate
delegate
Icon delegate
Package javax.swing.plaf.basic |
direction
int direction
darkShadow
java.awt.Color darkShadow
highlight
java.awt.Color highlight
lightHighlight
java.awt.Color lightHighlight
shadow
java.awt.Color shadow
darkShadow
java.awt.Color darkShadow
highlight
java.awt.Color highlight
lightHighlight
java.awt.Color lightHighlight
shadow
java.awt.Color shadow
highlight
java.awt.Color highlight
shadow
java.awt.Color shadow
autoscrollTimer
Timer autoscrollTimer
comboBox
JComboBox comboBox
hasEntered
boolean hasEntered
isAutoScrolling
boolean isAutoScrolling
itemListener
java.awt.event.ItemListener itemListener
keyListener
java.awt.event.KeyListener keyListener
lightNav
boolean lightNav
list
JList list
listDataListener
ListDataListener listDataListener
listMouseListener
java.awt.event.MouseListener listMouseListener
listMouseMotionListener
java.awt.event.MouseMotionListener listMouseMotionListener
listSelectionListener
ListSelectionListener listSelectionListener
mouseListener
java.awt.event.MouseListener mouseListener
mouseMotionListener
java.awt.event.MouseMotionListener mouseMotionListener
propertyChangeListener
java.beans.PropertyChangeListener propertyChangeListener
scrollDirection
int scrollDirection
scroller
JScrollPane scroller
valueIsAdjusting
boolean valueIsAdjusting
this$0
BasicDesktopPaneUI this$0
this$0
BasicDesktopPaneUI this$0
this$0
BasicDesktopPaneUI this$0
this$0
BasicDesktopPaneUI this$0
directories
java.util.Vector directories
fetchID
int fetchID
fileCache
java.util.Vector fileCache
filechooser
JFileChooser filechooser
files
java.util.Vector files
loadThread
javax.swing.plaf.basic.BasicDirectoryModel.LoadFilesThread loadThread
this$0
BasicFileChooserUI this$0
this$0
BasicFileChooserUI this$0
this$0
BasicFileChooserUI this$0
this$0
BasicFileChooserUI this$0
this$0
BasicFileChooserUI this$0
this$0
BasicFileChooserUI this$0
closeAction
Action closeAction
closeButton
JButton closeButton
closeIcon
Icon closeIcon
doubleClickAdapter
javax.swing.plaf.basic.BasicInternalFrameTitlePane.DoubleClickAdapter doubleClickAdapter
frame
JInternalFrame frame
iconButton
JButton iconButton
iconIcon
Icon iconIcon
iconifyAction
Action iconifyAction
maxButton
JButton maxButton
maxIcon
Icon maxIcon
maximizeAction
Action maximizeAction
menuBar
JMenuBar menuBar
minIcon
Icon minIcon
moveAction
Action moveAction
notSelectedTextColor
java.awt.Color notSelectedTextColor
notSelectedTitleColor
java.awt.Color notSelectedTitleColor
propertyChangeListener
java.beans.PropertyChangeListener propertyChangeListener
restoreAction
Action restoreAction
selectedTextColor
java.awt.Color selectedTextColor
selectedTitleColor
java.awt.Color selectedTitleColor
sizeAction
Action sizeAction
windowMenu
JMenu windowMenu
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
this$0
BasicInternalFrameTitlePane this$0
block
boolean block
dir
int dir
slider
JSlider slider
this$0
BasicSliderUI this$0
dividerSize
int dividerSize
- Size of the divider.
dragger
BasicSplitPaneDivider.DragController dragger
- Handles mouse dragging message to do the actual dragging.
hiddenDivider
java.awt.Component hiddenDivider
- Divider that is used for noncontinuous layout mode.
leftButton
JButton leftButton
- Button for quickly toggling the left component.
mouseHandler
BasicSplitPaneDivider.MouseHandler mouseHandler
- Handle of mouse events.
orientation
int orientation
- Orientation of the JSplitPane.
rightButton
JButton rightButton
- Button for quickly toggling the right component.
splitPane
JSplitPane splitPane
- JSplitPane the receiver is contained in.
splitPaneUI
BasicSplitPaneUI splitPaneUI
- UI this instance was created from.
borderColor
java.awt.Color borderColor
offset
java.awt.Point offset
orientation
int orientation
this$0
BasicToolBarUI this$0
this$0
BasicTreeUI this$0
addToSelection
boolean addToSelection
- Set to true if append to selection.
changeSelection
boolean changeSelection
direction
int direction
this$0
BasicTreeUI this$0
addToSelection
boolean addToSelection
- If true the new item is added to the selection, if false the
selection is reset.
changeSelection
boolean changeSelection
direction
int direction
- Specifies the direction to adjust the selection by.
this$0
BasicTreeUI this$0
addToSelection
boolean addToSelection
- True indicates should set selection from anchor path.
changeSelection
boolean changeSelection
direction
int direction
- Specifies the direction to adjust the selection by.
this$0
BasicTreeUI this$0
this$0
BasicTreeUI this$0
changeSelection
boolean changeSelection
- True if the selection is reset, false means only the lead path
changes.
direction
int direction
- Determines direction to traverse, 1 means expand, -1 means
collapse.
this$0
BasicTreeUI this$0
Package javax.swing.plaf.metal |
bumps
javax.swing.plaf.metal.MetalBumps bumps
comboBox
JComboBox comboBox
comboIcon
Icon comboIcon
iconOnly
boolean iconOnly
listBox
JList listBox
rendererPane
CellRendererPane rendererPane
this$0
MetalComboBoxUI this$0
this$0
MetalFileChooserUI this$0
directories
java.util.Vector directories
pathCount
int pathCount
selectedDirectory
java.io.File selectedDirectory
this$0
MetalFileChooserUI this$0
topIndex
int topIndex
this$0
MetalFileChooserUI this$0
filters
FileFilter[] filters
this$0
MetalFileChooserUI this$0
this$0
MetalFileChooserUI this$0
isLight
boolean isLight
buttonWidth
int buttonWidth
isFreeStanding
boolean isFreeStanding
Package javax.swing.table |
listenerList
EventListenerList listenerList
- List of listeners
unselectedBackground
java.awt.Color unselectedBackground
unselectedForeground
java.awt.Color unselectedForeground
columnMargin
int columnMargin
- Width margin between each column
columnSelectionAllowed
boolean columnSelectionAllowed
- Column selection allowed in this column model
listenerList
EventListenerList listenerList
- List of TableColumnModelListener
selectionModel
ListSelectionModel selectionModel
- Model for keeping track of column selections
tableColumns
java.util.Vector tableColumns
- Array of TableColumn objects in this model
totalColumnWidth
int totalColumnWidth
- A local cache of the combined width of all columns
columnIdentifiers
java.util.Vector columnIdentifiers
- The Vector of column identifiers
dataVector
java.util.Vector dataVector
- The Vector of Vector of Object values
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- See readObject() and writeObject() in JComponent for more
information about serialization in Swing.
columnModel
TableColumnModel columnModel
- The TableColumnModel of the table header
reorderingAllowed
boolean reorderingAllowed
- Reordering of columns are allowed by the user
resizingAllowed
boolean resizingAllowed
- Resizing of columns are allowed by the user
table
JTable table
updateTableInRealTime
boolean updateTableInRealTime
- If this flag is true, then the header will repaint the table as
a column is dragged or resized.
this$0
JTableHeader this$0
cellEditor
TableCellEditor cellEditor
- The editor used to edit the data cells of the column
cellRenderer
TableCellRenderer cellRenderer
- The renderer used to draw the data cells of the column
changeSupport
SwingPropertyChangeSupport changeSupport
- If any PropertyChangeListeners have been registered, the
changeSupport field describes them.
headerRenderer
TableCellRenderer headerRenderer
- The renderer used to draw the header of the column
headerValue
java.lang.Object headerValue
- The header value of the column
identifier
java.lang.Object identifier
- This object is not used internally by the drawing machinery of
the JTable. Identifiers may be set in the TableColumn as as an
optional way to tag and locate TableColumns. The table package does
not modify or invoke any methods in these identifer objects other
than the equals method which is used in the
getColumnIndex() method in the DefaultTableColumnModel.
isResizable
boolean isResizable
- Resizable flag
maxWidth
int maxWidth
- The maximum width of the column
minWidth
int minWidth
- The minimum width of the column
modelIndex
int modelIndex
- The index of the column in the model which is to be displayed by
this TableColumn. As columns are moved around in the view the
model index remains constant.
preferredWidth
int preferredWidth
- The minimum width of the column
width
int width
- The width of the column
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
context
AbstractDocument.AttributeContext context
- Factory for the attributes. This is the strategy for
attribute compression and control of the lifetime of
a set of attributes as a collection. This may be shared
with other documents.
data
AbstractDocument.Content data
- Where the text is actually stored, and a set of marks
that track change as the document is edited are managed.
documentProperties
java.util.Dictionary documentProperties
- Storage for document-wide properties.
listenerList
EventListenerList listenerList
- The event listener list for the document.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
parent
Element parent
this$0
AbstractDocument this$0
children
AbstractDocument.AbstractElement[] children
lastIndex
int lastIndex
nchildren
int nchildren
this$0
AbstractDocument this$0
changeLookup
java.util.Hashtable changeLookup
length
int length
offset
int offset
this$0
AbstractDocument this$0
type
DocumentEvent.EventType type
added
Element[] added
e
Element e
index
int index
removed
Element[] removed
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
this$0
AbstractDocument this$0
offs
int offs
charSetKey
boolean charSetKey
charSetSpec
java.lang.String charSetSpec
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
async
boolean async
- flag to indicate if async updates should
move the caret.
component
JTextComponent component
dot
int dot
dotLTR
boolean dotLTR
flasher
Timer flasher
listenerList
EventListenerList listenerList
- The event listener list.
magicCaretPosition
java.awt.Point magicCaretPosition
mark
int mark
markLTR
boolean markLTR
selectionTag
java.lang.Object selectionTag
visible
boolean visible
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
buffer
DefaultStyledDocument.ElementBuffer buffer
copy
AttributeSet copy
element
Element element
isReplacing
boolean isReplacing
newAttributes
AttributeSet newAttributes
root
Element root
this$0
DefaultStyledDocument this$0
this$0
DefaultStyledDocument this$0
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
caretColor
java.awt.Color caretColor
disabledTextColor
java.awt.Color disabledTextColor
editable
boolean editable
editor
JTextComponent editor
focusAccelerator
char focusAccelerator
focusAction
Action focusAction
margin
java.awt.Insets margin
model
Document model
- The document model.
opaque
boolean opaque
- is the component opaque?
selectedTextColor
java.awt.Color selectedTextColor
selectionColor
java.awt.Color selectionColor
caretPos
int caretPos
this$0
JTextComponent this$0
added
java.util.Vector added
defaultRoot
AbstractDocument.AbstractElement defaultRoot
removed
java.util.Vector removed
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
count
int count
data
char[] data
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
styles
Style styles
unusedSets
int unusedSets
- Number of immutable sets that are not currently
being used. This helps indicate when the sets need
to be cleaned out of the hashtable they are stored
in.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
listenerList
EventListenerList listenerList
- The change listeners for the model.
this$0
StyleContext this$0
currentParagraph
Element currentParagraph
currentRun
Element currentRun
inputAttributes
MutableAttributeSet inputAttributes
- This is the set of attributes used to store the
input attributes.
inputAttributeUpdater
CaretListener inputAttributeUpdater
- This listener will be attached to the caret of
the text component that the EditorKit gets installed
into. This should keep the input attributes updated
for use by the styled actions.
a
int a
family
java.lang.String family
size
int size
fg
java.awt.Color fg
tabs
TabStop[] tabs
- TabStops this TabSet contains.
alignment
int alignment
- Tab type.
leader
int leader
position
float position
- Location, from the left margin, that tab is at.
Package javax.swing.text.html |
base
java.net.URL base
- The location to resolve relative url's against. By
default this will be the documents url if the document
was loaded from a url. If a base tag is found and
can be parsed, it will be used as the base location.
frameDocument
boolean frameDocument
preservesUnknownTags
boolean preservesUnknownTags
radioButtonGroup
ButtonGroup radioButtonGroup
this$0
HTMLDocument this$0
this$0
HTMLDocument this$0
linkHandler
java.awt.event.MouseListener linkHandler
tmpHandler
java.awt.event.MouseMotionListener tmpHandler
addTag
HTML.Tag addTag
- Tag in HTML to start adding tags from.
alternateAddTag
HTML.Tag alternateAddTag
- Alternate tag in HTML to start adding tags from if parentTag
is not found and alternateParentTag is found.
alternateParentTag
HTML.Tag alternateParentTag
- Alternate Tag to check for in the document if parentTag is
not found.
html
java.lang.String html
- HTML to insert.
parentTag
HTML.Tag parentTag
- Tag to check for in the document.
sourceElement
Element sourceElement
targetFrame
java.lang.String targetFrame
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.lang.ClassNotFoundException,
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
baseFontIndex
int baseFontIndex
baseFontSize
int baseFontSize
parser
javax.swing.text.html.StyleSheet.CssParser parser
selectors
Style selectors
binsets
java.awt.Insets binsets
border
Border border
bulletgap
int bulletgap
imageurl
java.net.URL imageurl
img
Icon img
start
int start
type
java.lang.String type
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
allowsChildren
boolean allowsChildren
- true if the node is able to have children
children
java.util.Vector children
- array of children, may be null if this node has no children
parent
MutableTreeNode parent
- this node's parent, or null if this node has no parent
border
Border border
- Border to use.
this$0
DefaultTreeCellEditor this$0
this$0
DefaultTreeCellEditor this$0
backgroundNonSelectionColor
java.awt.Color backgroundNonSelectionColor
- Color to use for the background when the node isn't selected.
backgroundSelectionColor
java.awt.Color backgroundSelectionColor
- Color to use for the background when a node is selected.
borderSelectionColor
java.awt.Color borderSelectionColor
- Color to use for the background when the node isn't selected.
drawsFocusBorderAroundIcon
boolean drawsFocusBorderAroundIcon
- True if draws focus border around icon as well.
hasFocus
boolean hasFocus
- True if has focus.
selected
boolean selected
- Is the value currently selected.
textNonSelectionColor
java.awt.Color textNonSelectionColor
- Color to use for the foreground for non-selected nodes.
textSelectionColor
java.awt.Color textSelectionColor
- Color to use for the foreground for selected nodes.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
asksAllowsChildren
boolean asksAllowsChildren
- Determines how the
isLeaf
method figures
out if a node is a leaf node. If true, a node is a leaf
node if it does not allow children. (If it allows
children, it is not a leaf node, even if no children
are present.) That lets you distinguish between folder
nodes and file nodes in a file system, for example.
If this value is false, then any node which has no
children is a leaf node, and any node may acquire
children.
- See Also:
TreeNode.getAllowsChildren()
,
TreeModel.isLeaf(java.lang.Object)
,
DefaultTreeModel.setAsksAllowsChildren(boolean)
listenerList
EventListenerList listenerList
- Listeners.
root
TreeNode root
- Root of the tree.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
changeSupport
SwingPropertyChangeSupport changeSupport
- Used to messaged registered listeners.
leadIndex
int leadIndex
- Index of the lead path in selection.
leadPath
TreePath leadPath
- Last path that was added.
leadRow
int leadRow
- Lead row.
listenerList
EventListenerList listenerList
- Event listener list.
listSelectionModel
DefaultListSelectionModel listSelectionModel
- Handles maintaining the list selection model.
selection
TreePath[] selection
- Paths that are currently selected. Will be null if nothing is
currently selected.
selectionMode
int selectionMode
- Mode for the selection, will be either SINGLE_TREE_SELECTION,
CONTIGUOUS_TREE_SELECTION or DISCONTIGUOUS_TREE_SELECTION.
event
TreeExpansionEvent event
- The event that the exception was created for.
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
parentPath
TreePath parentPath
- Path representing the parent, null if lastPathComponent represents
the root.
alive
boolean alive
- True if this edit has not received die().
hasBeenDone
boolean hasBeenDone
- Defaults to true. Becomes false if this edit is undone, true
again if it is redone.
edits
java.util.Vector edits
- The collection of UndoableEdits undone/redone en masse by this
CompoundEdit
inProgress
boolean inProgress
- True iff this edit has never received end()
object
StateEditable object
- The object being edited
postState
java.util.Hashtable postState
- The state information after the edit
preState
java.util.Hashtable preState
- The state information prior to the edit
undoRedoName
java.lang.String undoRedoName
- The undo/redo presentation name
indexOfNextAdd
int indexOfNextAdd
limit
int limit
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.