Serialized Form


Package com.levigo.util.swing

Class com.levigo.util.swing.AbstractGeometryFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

autoFrameID

java.lang.String autoFrameID
Auto-generated frame ID.

Class com.levigo.util.swing.AbstractPropertyGeometryFrame extends AbstractGeometryFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

deferredExtendedStateRestore

boolean deferredExtendedStateRestore
Because the extended state is destroyed on "show()", we need to defer its restore until the frame is visible.


geometryRestored

boolean geometryRestored
Internal flag indicating whether frames geometry could be restored. The value of this flag will be updated each time this frame restore its geometry.

Class com.levigo.util.swing.ActionInterceptor extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

next

javax.swing.Action next

Class com.levigo.util.swing.BarSnapInScrollPane extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 1L

Serialized Fields

horizontalLeft

javax.swing.JComponent horizontalLeft

horizontalRight

javax.swing.JComponent horizontalRight

verticalTop

javax.swing.JComponent verticalTop

verticalBottom

javax.swing.JComponent verticalBottom

Class com.levigo.util.swing.BarSnapInScrollPane.BarSnapInScrollPaneLayout.UIResource extends com.levigo.util.swing.BarSnapInScrollPane.BarSnapInScrollPaneLayout implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.CollapsiblePane extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

animationSteps

int animationSteps
The number of animation steps to use


maxAnimationStepSize

int maxAnimationStepSize
The maximum animation step size to use. If an animation step becomes larger, the animation time is extended.


animationFPS

int animationFPS
30 FPS


collapsed

boolean collapsed
Indicates whether the component is collapsed or expanded


animateTimer

javax.swing.Timer animateTimer
Timer used for doing the transparency animation (fade-in)


useAnimation

boolean useAnimation
This is either a width or a height


style

CollapsiblePane.Style style

contentPanel

java.awt.Container contentPanel

animationInProgress

boolean animationInProgress

size

int size
The animated size (depending on orientation either width or height)

Class com.levigo.util.swing.CollapsibleSection extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

collapsible

CollapsiblePane collapsible

link

Hyperlink link

Class com.levigo.util.swing.DropDownToggleButton extends NonUglyActionJToggleButton implements Serializable

serialVersionUID: 1L

Serialized Fields

fallbackIcon

javax.swing.Icon fallbackIcon

fallbackToolTipText

java.lang.String fallbackToolTipText

popupIsVisible

boolean popupIsVisible

popupShouldBeVisible

boolean popupShouldBeVisible

popupIcon

ArrowIcon popupIcon

popupMenu

javax.swing.JPopupMenu popupMenu

popupTimer

com.levigo.util.swing.DropDownToggleButton.PopupTimer popupTimer

mouseMenuListener

com.levigo.util.swing.DropDownToggleButton.DropDownButtonMouseMenuListener mouseMenuListener

Class com.levigo.util.swing.FadeablePane extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

animationSteps

int animationSteps
The number of animation steps to use


animationFPS

int animationFPS
25 FPS


animateTimer

javax.swing.Timer animateTimer
Timer used for doing the transparency animation (fade-in)


contentPanel

javax.swing.JComponent contentPanel

alpha

float alpha
The current alpha

Class com.levigo.util.swing.FlipFlopCollapsiblePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

link

Hyperlink link

collapsible

CollapsiblePane collapsible

collapsedTitleText

java.lang.String collapsedTitleText

expandedTitleText

java.lang.String expandedTitleText

linkTransformer

TransformerPanel linkTransformer

Class com.levigo.util.swing.Hyperlink extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

isUnderlineActive

boolean isUnderlineActive

enableLink

boolean enableLink

Class com.levigo.util.swing.IconManager.IconManagerIcon.AccessibleIconManagerIcon extends javax.accessibility.AccessibleContext implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException

Class com.levigo.util.swing.JButtonGroup extends javax.swing.ButtonGroup implements Serializable

serialVersionUID: 1L

Serialized Fields

selectedButton

javax.swing.AbstractButton selectedButton
Stores a reference to the currently selected button in the group


listenerList

javax.swing.event.EventListenerList listenerList
Stores a reference to the currently registered listeners

Class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

minimumSize

java.awt.Dimension minimumSize

orientation

int orientation

inset

int inset

Class com.levigo.util.swing.LevigoSeparators.AbstractLineSeparator.AccessibleSeparator extends javax.swing.JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.LevigoSeparators.BlueLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.LevigoSeparators.DoubleLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.LevigoSeparators.PlainSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

serialVersionUID: 1L

Serialized Fields

color

java.awt.Color color

Class com.levigo.util.swing.LevigoSeparators.SingleLineSeparator extends LevigoSeparators.AbstractLineSeparator implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.NonUglyActionButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.PopupButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

popupMenu

javax.swing.JPopupMenu popupMenu

popupIcon

ArrowIcon popupIcon

popupIconGap

int popupIconGap

Class com.levigo.util.swing.SlickBevelBorder extends javax.swing.border.BevelBorder implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.SplitButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

popupMenu

javax.swing.JPopupMenu popupMenu

popupLabel

javax.swing.JLabel popupLabel

separator

javax.swing.JSeparator separator

popupIcon

ArrowIcon popupIcon

Class com.levigo.util.swing.TransformerPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

glassPane

java.awt.Component glassPane

view

java.awt.Component view

visibleRect

java.awt.Rectangle visibleRect

renderingHints

java.util.Map<K,V> renderingHints

at

java.awt.geom.AffineTransform at

Package com.levigo.util.swing.action

Class com.levigo.util.swing.action.ActionJButton extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

isValidateGraphicsConfigurationEnabled

boolean isValidateGraphicsConfigurationEnabled

Class com.levigo.util.swing.action.ActionJCheckboxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

serialVersionUID: 3790031316986930199L

Serialized Fields

isValidateGraphicsConfigurationEnabled

boolean isValidateGraphicsConfigurationEnabled

Class com.levigo.util.swing.action.ActionJRadioButton extends javax.swing.JRadioButton implements Serializable

serialVersionUID: 9110355978881083769L

Class com.levigo.util.swing.action.ActionJRadioMenuItem extends javax.swing.JRadioButtonMenuItem implements Serializable

serialVersionUID: 6760098551240586947L

Serialized Fields

isValidateGraphicsConfigurationEnabled

boolean isValidateGraphicsConfigurationEnabled

Class com.levigo.util.swing.action.ActionJToggleButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: 7433391986475414484L

Class com.levigo.util.swing.action.IconJMenuItem extends javax.swing.JMenuItem implements Serializable

serialVersionUID: -7052991331942810530L

Serialized Fields

isValidateGraphicsConfigurationEnabled

boolean isValidateGraphicsConfigurationEnabled

showIcon

boolean showIcon
flag, indicating whether an icon contained the given action should be displayed or not

Class com.levigo.util.swing.action.NonUglyActionJToggleButton extends javax.swing.JToggleButton implements Serializable

serialVersionUID: -8231016061597926147L

Serialized Fields

isValidateGraphicsConfigurationEnabled

boolean isValidateGraphicsConfigurationEnabled

Class com.levigo.util.swing.action.NonUglyActionJToggleButton.AccessibleNonUglyActionJToggleButton extends javax.swing.JToggleButton.AccessibleJToggleButton implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.action.PopupJToggleButton extends NonUglyActionJToggleButton implements Serializable

serialVersionUID: 7193848605163317312L

Serialized Fields

popup

javax.swing.JPopupMenu popup
attached context menu


popupHandler

com.levigo.util.swing.action.PopupJToggleButton.PopUpHandler popupHandler
attached context menu handler

Class com.levigo.util.swing.action.PopupMenuButton extends NonUglyActionJToggleButton implements Serializable

serialVersionUID: -3863518079292726142L

Serialized Fields

dummyLabel

javax.swing.JLabel dummyLabel

Class com.levigo.util.swing.action.VisibilityEnabledJCheckboxMenuItem extends ActionJCheckboxMenuItem implements Serializable

serialVersionUID: 6908142327877520799L

Class com.levigo.util.swing.action.VisibilityEnabledJMenuItem extends IconJMenuItem implements Serializable

serialVersionUID: -5555576674170530104L

Class com.levigo.util.swing.action.VisibilityEnabledJRadioMenuItem extends ActionJRadioMenuItem implements Serializable

serialVersionUID: 9220651265404248993L


Package com.levigo.util.swing.colorpicker

Class com.levigo.util.swing.colorpicker.ColorPalette extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mode

ColorPicker.Mode mode
This controls how the colors are displayed.


point

java.awt.Point point
The point used to indicate the selected color.


changeListeners

java.util.List<E> changeListeners

hue

float hue

sat

float sat

bri

float bri

red

int red

green

int green

blue

int blue

syncPaletteToSatBri

boolean syncPaletteToSatBri

mouseListener

javax.swing.event.MouseInputListener mouseListener

keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener

imageIsDirty

boolean imageIsDirty

lastSize

java.awt.Dimension lastSize

image

java.awt.image.BufferedImage image

imagePadding

java.awt.Insets imagePadding

row

int[] row
A row of pixel data we recycle every time we regenerate this image.

Class com.levigo.util.swing.colorpicker.ColorPicker extends javax.swing.JPanel implements Serializable

serialVersionUID: 3L

Serialized Fields

currentRed

int currentRed

currentGreen

int currentGreen

currentBlue

int currentBlue

changeListener

javax.swing.event.ChangeListener changeListener

actionListener

java.awt.event.ActionListener actionListener

hexDocListener

com.levigo.util.swing.colorpicker.ColorPicker.HexDocumentListener hexDocListener

alpha

com.levigo.util.swing.colorpicker.ColorPicker.Option alpha

hue

com.levigo.util.swing.colorpicker.ColorPicker.Option hue

sat

com.levigo.util.swing.colorpicker.ColorPicker.Option sat

bri

com.levigo.util.swing.colorpicker.ColorPicker.Option bri

red

com.levigo.util.swing.colorpicker.ColorPicker.Option red

green

com.levigo.util.swing.colorpicker.ColorPicker.Option green

blue

com.levigo.util.swing.colorpicker.ColorPicker.Option blue

preview

ColorSwatch preview

hexLabel

javax.swing.JLabel hexLabel

hexField

javax.swing.JTextField hexField

adjustingSpinners

int adjustingSpinners
Used to indicate when we're internally adjusting the value of the spinners. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingSlider

int adjustingSlider
Used to indicate when we're internally adjusting the value of the slider. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingColorPanel

int adjustingColorPanel
Used to indicate when we're internally adjusting the selected color of the ColorPanel. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingHexField

int adjustingHexField
Used to indicate when we're internally adjusting the value of the hex field. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


adjustingOpacity

int adjustingOpacity
Used to indicate when we're internally adjusting the value of the opacity. If this equals zero, then incoming events are triggered by the user and must be processed. If this is not equal to zero, then incoming events are triggered by another method that's already responding to the user's actions.


expertControls

javax.swing.JPanel expertControls
The "expert" controls are the controls on the right side of this panel: the labels/spinners/radio buttons.


colorPalette

ColorPalette colorPalette

slider

com.levigo.util.swing.colorpicker.ColorSlider slider
The vertical slider


opacitySlider

com.levigo.util.swing.colorpicker.AlphaSlider opacitySlider

currentOpacity

int currentOpacity

Class com.levigo.util.swing.colorpicker.ColorSwatch extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

menu

javax.swing.JPopupMenu menu

copyItem

javax.swing.JMenuItem copyItem

mouseListener

java.awt.event.MouseListener mouseListener

actionListener

java.awt.event.ActionListener actionListener

w

int w

Package com.levigo.util.swing.dnd

Class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler extends javax.swing.TransferHandler implements Serializable

serialVersionUID: 1L


Package com.levigo.util.swing.effect

Class com.levigo.util.swing.effect.EffectContainer extends javax.swing.JLayeredPane implements Serializable

serialVersionUID: 1L

Serialized Fields

baseComponent

java.awt.Component baseComponent

previousVisibleRect

java.awt.Rectangle previousVisibleRect

glassPane

com.levigo.util.swing.effect.EffectContainer.GlassPane glassPane

Class com.levigo.util.swing.effect.FadeBox extends FadeablePane implements Serializable

serialVersionUID: 1L

Serialized Fields

enabledAlpha

float enabledAlpha

disabledAlpha

float disabledAlpha

Class com.levigo.util.swing.effect.RolloutBox extends CollapsiblePane implements Serializable

serialVersionUID: 1L


Package com.levigo.util.swing.flextree

Class com.levigo.util.swing.flextree.FlexibleTree extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

backingTree

javax.swing.JTree backingTree

backingModel

com.levigo.util.swing.flextree.internal.FlexTreeModel backingModel

selectionListeners

java.util.List<E> selectionListeners

context

Context context

Class com.levigo.util.swing.flextree.FlexibleTree.AccessilbeFlexibleTree extends javax.swing.JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 1L


Package com.levigo.util.swing.glazedlists

Class com.levigo.util.swing.glazedlists.AutoCompleteSupport.AutoCompleteCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 1L

Serialized Fields

autoCompleteSupport

AutoCompleteSupport<E> autoCompleteSupport

Class com.levigo.util.swing.glazedlists.EventTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

swingThreadSource

com.levigo.util.base.glazedlists.TransformedList<S,E> swingThreadSource
the proxy moves events to the Swing Event Dispatch thread


source

com.levigo.util.base.glazedlists.EventList<E> source
the source of data for this TableModel, which may or may not be EventTableModel.swingThreadSource


tableFormat

com.levigo.util.base.glazedlists.gui.TableFormat<E> tableFormat
specifies how column data is extracted from each row object


tableModelEvent

com.levigo.util.swing.glazedlists.MutableTableModelEvent tableModelEvent
reusable TableModelEvent for broadcasting changes


Package com.levigo.util.swing.infobar

Class com.levigo.util.swing.infobar.DrawerContainer extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

top

com.levigo.util.swing.infobar.DrawerContainer.Drawer top

bottom

com.levigo.util.swing.infobar.DrawerContainer.Drawer bottom

Class com.levigo.util.swing.infobar.DrawerContainer.AccessibleDrawer extends javax.swing.JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 1L

Class com.levigo.util.swing.infobar.RackLayout extends javax.swing.BoxLayout implements Serializable

serialVersionUID: 1L

Serialized Fields

axis

int axis

Class com.levigo.util.swing.infobar.RollingMessagePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

history

java.util.List<E> history

historyModel

com.levigo.util.swing.infobar.RollingMessagePanel.HistoryListModel historyModel

historyPopup

com.levigo.util.swing.infobar.RollingMessagePanel.HistoryPopup historyPopup

detailsPopup

com.levigo.util.swing.infobar.RollingMessagePanel.DetailsPopup detailsPopup

clearButton

javax.swing.JButton clearButton

chevronButton

Hyperlink chevronButton

chevronUp

javax.swing.Icon chevronUp

chevronDown

javax.swing.Icon chevronDown

messagePanel

com.levigo.util.swing.infobar.RollingMessagePanel.MessageTextPanel messagePanel

flyoutMode

boolean flyoutMode

orderBy

RollingMessagePanel.OrderBy orderBy
The selection how messages shall be ordered. Default: order by priority.


groupByID

boolean groupByID
Flag indicating whether messages should be grouped by Message-ID.


historyDepth

int historyDepth

Package com.levigo.util.swing.messaging

Class com.levigo.util.swing.messaging.MessageEvent extends java.awt.AWTEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

messageToDisplay

Message messageToDisplay

messageResult

MessageResult messageResult

Package com.levigo.util.swing.messaging.dialog

Class com.levigo.util.swing.messaging.dialog.DefaultMessageDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

detailsShown

boolean detailsShown

scrollPane

javax.swing.JScrollPane scrollPane

centerOnParent

boolean centerOnParent

event

MessageEvent event

detailsExpander

javax.swing.Action detailsExpander
Hide/unhide the message details .


detailsButton

javax.swing.JButton detailsButton
The button that's responsible for hiding/unhiding the message details.


windowListener

java.awt.event.WindowListener windowListener
Allows to put the dialog window in the foreground if the owner gets activated.


installedVetoableChangeListener

java.beans.VetoableChangeListener installedVetoableChangeListener
Used for Hack to bring all blocked windows to front.


inputTextField

javax.swing.JTextField inputTextField
Only used for messages of type Message.INPUT. The user can enter text into this text field.

Class com.levigo.util.swing.messaging.dialog.MessageSuppressionPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

checkBoxMessageKeyTable

java.util.Hashtable<K,V> checkBoxMessageKeyTable
Holds the messageKey corresponding to a specific checkBox


checkBoxSortedSet

java.util.SortedSet<E> checkBoxSortedSet
Holds the checkBoxes sorted alphabetically


Package com.levigo.util.swing.table

Class com.levigo.util.swing.table.EditableTableRowHeaderRenderer extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

fooIcon

javax.swing.Icon fooIcon

fbm

com.levigo.util.swing.table.EditableTableRowHeaderRenderer.FakeButtonModel fbm

currentRow

int currentRow

currentTable

javax.swing.JTable currentTable

Class com.levigo.util.swing.table.EntryTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

master

AppendableTableModel master
The master table


fields

java.util.Vector<E> fields
Vector holding the entered data


isEdited

boolean isEdited
Flag indicating that any editing has happened

Class com.levigo.util.swing.table.JTableRowHeader extends javax.swing.JComponent implements Serializable

serialVersionUID: 1L

Serialization Methods

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.

Throws:
java.io.IOException
Serialized Fields

resizingAllowed

boolean resizingAllowed
If true, resizing of rows are allowed by the user; the default is true.


table

javax.swing.JTable table
The table for which this object is the header; the default is null.


defaultRenderer

javax.swing.table.TableCellRenderer defaultRenderer
The default renderer to be used when a Tablerow does not define a headerRenderer.

Class com.levigo.util.swing.table.SortableJTable extends javax.swing.JTable implements Serializable

serialVersionUID: 1L

Serialized Fields

renderer

SortButtonRenderer renderer

Class com.levigo.util.swing.table.SortButtonRenderer extends javax.swing.JButton implements Serializable

serialVersionUID: 1L

Serialized Fields

pressedColumn

int pressedColumn
Pushed column (current)


downIcon

com.levigo.util.swing.table.SortButtonRenderer.BevelArrowIcon downIcon

upIcon

com.levigo.util.swing.table.SortButtonRenderer.BevelArrowIcon upIcon

Class com.levigo.util.swing.table.SunTableSorter extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

viewToModel

com.levigo.util.swing.table.SunTableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Package com.levigo.util.swing.text

Class com.levigo.util.swing.text.NColumnsDigitDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

numberOfColumns

int numberOfColumns

Class com.levigo.util.swing.text.NColumnsTextDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

numberOfColumns

int numberOfColumns

Class com.levigo.util.swing.text.NColumsRangeSetDocument extends NColumnsTextDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

rangeSet

java.util.Vector<E> rangeSet

Class com.levigo.util.swing.text.NumericDocument extends javax.swing.text.PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

minimumValue

int minimumValue

maximumValue

int maximumValue

actualValue

int actualValue

checkingEnabled

boolean checkingEnabled

Class com.levigo.util.swing.text.UppercaseDocument extends NColumnsTextDocument implements Serializable

serialVersionUID: 1L


Package com.levigo.util.swing.toolbar

Class com.levigo.util.swing.toolbar.EllipseJToolBar extends javax.swing.JToolBar implements Serializable

serialVersionUID: 1L

Serialized Fields

ellipseLabel

javax.swing.JLabel ellipseLabel
The label to use if the toolbar becomes too small


swappedComponents

java.util.ArrayList<E> swappedComponents
The currently swapped-out (to popup menu) components


menu

javax.swing.JPopupMenu menu

Class com.levigo.util.swing.toolbar.EllipseJToolBar.AccessibleEllipseJToolBar extends javax.swing.JToolBar.AccessibleJToolBar implements Serializable

serialVersionUID: 1L



Copyright © 2012. All Rights Reserved.