Serialized Form
-
Package org.openide.awt
-
Class org.openide.awt.Actions.CheckboxMenuItem
class CheckboxMenuItem extends JCheckBoxMenuItem implements Serializable- serialVersionUID:
- 6190621106981774043L
-
Class org.openide.awt.Actions.MenuItem
class MenuItem extends JMenuItem implements Serializable- serialVersionUID:
- -21757335363267194L
-
Serialized Fields
-
bridge
org.openide.awt.Actions.Bridge bridge
-
-
Class org.openide.awt.Actions.SubMenu
class SubMenu extends JMenuPlus implements Serializable- serialVersionUID:
- -4446966671302959091L
-
Serialized Fields
-
bridge
org.openide.awt.Actions.SubMenuBridge bridge
Deprecated.
-
-
Class org.openide.awt.Actions.ToolbarButton
class ToolbarButton extends ToolbarButton implements Serializable- serialVersionUID:
- 6564434578524381134L
-
Class org.openide.awt.Actions.ToolbarToggleButton
class ToolbarToggleButton extends ToolbarToggleButton implements Serializable- serialVersionUID:
- -4783163952526348942L
-
Class org.openide.awt.ColorComboBox
class ColorComboBox extends JComboBox implements Serializable-
Serialized Fields
-
allowCustomColors
boolean allowCustomColors
-
lastSelection
org.openide.awt.ColorValue lastSelection
-
-
-
Class org.openide.awt.EqualFlowLayout
class EqualFlowLayout extends FlowLayout implements Serializable- serialVersionUID:
- -1996929627282401218L
-
Class org.openide.awt.HtmlBrowser
class HtmlBrowser extends JPanel implements Serializable- serialVersionUID:
- 2912844785502987960L
-
Serialized Fields
-
bBack
JButton bBack
-
bForward
JButton bForward
-
bReload
JButton bReload
-
browserComponent
Component browserComponent
-
browserImpl
HtmlBrowser.Impl browserImpl
currently used implementation of browser -
browserListener
org.openide.awt.HtmlBrowser.BrowserListener browserListener
Listens on changes in HtmlBrowser.Impl and HtmlBrowser visual components. -
bStop
JButton bStop
-
extraToolbar
Component extraToolbar
-
head
JPanel head
-
ignoreChangeInLocationField
boolean ignoreChangeInLocationField
true = ignore changes in location field -
lStatusLine
JLabel lStatusLine
-
rp
org.openide.util.RequestProcessor rp
-
statusLineVisible
boolean statusLineVisible
status line visible property -
toolbarVisible
boolean toolbarVisible
toolbar visible property -
txtLocation
JTextField txtLocation
URL chooser
-
-
Class org.openide.awt.JInlineMenu
class JInlineMenu extends JMenuItem implements Serializable- serialVersionUID:
- -2310488127953523571L
-
Serialized Fields
-
addedItems
List addedItems
Deprecated.private List of the items previously added to the parent menu -
items
JComponent[] items
Deprecated.Stores inner MenuItems added to outer menu. -
upToDate
boolean upToDate
Deprecated.true iff items of this menu are up to date
-
-
Class org.openide.awt.JMenuPlus
class JMenuPlus extends JMenu implements Serializable- serialVersionUID:
- -7700146216422707913L
-
Class org.openide.awt.JPopupMenuPlus
class JPopupMenuPlus extends JPopupMenu implements Serializable -
Class org.openide.awt.ListPane
class ListPane extends JList implements Serializable- serialVersionUID:
- 3828318151121500783L
-
Serialized Fields
-
dataL
ListDataListener dataL
Deprecated. -
fixedCellHeight
int fixedCellHeight
Deprecated. -
fixedCellWidth
int fixedCellWidth
Deprecated. -
inputL
org.openide.awt.ListPane.InputListener inputL
Deprecated. -
propertyL
PropertyChangeListener propertyL
Deprecated. -
realColumnCount
int realColumnCount
Deprecated. -
realRowCount
int realRowCount
Deprecated. -
selectionL
ListSelectionListener selectionL
Deprecated. -
updateLayoutStateNeeded
boolean updateLayoutStateNeeded
Deprecated. -
visibleColumnCount
int visibleColumnCount
Deprecated. -
visibleRowCount
int visibleRowCount
Deprecated.
-
-
Class org.openide.awt.SpinButton
class SpinButton extends Canvas implements Serializable- serialVersionUID:
- -3525959415481788776L
-
Serialized Fields
-
arrowsOrientation
boolean arrowsOrientation
Deprecated.Current orientation of arrows of SpinButton. True = LEFT-RIGHT, False = UP-DOWN- See Also:
-
boundsIgnored
boolean boundsIgnored
Deprecated. -
maximum
int maximum
Deprecated.Maximum of the range of the SpinButton.- See Also:
-
minimum
int minimum
Deprecated.Minimum of the range of the SpinButton.- See Also:
-
orientation
boolean orientation
Deprecated.Current orientation of SpinButton. True = LEFT-RIGHT, False = UP-DOWN- See Also:
-
repeatDelay
int repeatDelay
Deprecated.Adjusts the amount of time that elapses before a increment (or decrement) begins repeating when you hold down a mouse button. [ms]- See Also:
-
repeating
boolean repeating
Deprecated.Flag if the SpinRepeatThread is currently running. -
repeatRate
int repeatRate
Deprecated.Adjusts the speed at which a increment (or decrement) repeats when you hold down a mouse button. [ms]- See Also:
-
rt
SpinButton.RepeatThread rt
Deprecated.Spin repeat thread. When the SpinButton is holded this thread runs and regulary sends the events to SpinButton. -
running
boolean running
Deprecated.Flag if the SpinRepeatThread is currently running. -
runningDir
boolean runningDir
Deprecated.Current direction of the run of the SpinRepeatThread. -
spinButtonListeners
Vector<SpinButtonListener> spinButtonListeners
Deprecated.SpinButton change listeners storage -
step
int step
Deprecated.Step of the SpinButton.- See Also:
-
value
int value
Deprecated.Value of the SpinButton. Default 0.- See Also:
-
valueSupport
PropertyChangeSupport valueSupport
Deprecated.Property change listeners storage
-
-
Class org.openide.awt.SplittedPanel
class SplittedPanel extends JComponent implements Serializable- serialVersionUID:
- 5058424218525927233L
-
Serialization Methods
-
readObject
Deprecated.Deserializes the component and initializes it.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
absolute
boolean absolute
Deprecated. -
accessibleContext
AccessibleContext accessibleContext
Deprecated.Accessible context -
continuousLayout
boolean continuousLayout
Deprecated. -
dragable
boolean dragable
Deprecated. -
dragPos
int dragPos
Deprecated. -
drawBumps
boolean drawBumps
Deprecated. -
firstComponent
Component firstComponent
Deprecated.the first (left/top) component -
keepFirstSame
boolean keepFirstSame
Deprecated.current keepFirstSame state -
keepSecondSame
boolean keepSecondSame
Deprecated.current keepSecondSame state - this has bigger priority than keepFirstSame -
panesSwapped
boolean panesSwapped
Deprecated.true if the panes were swapped, false otherwise -
popupMenuEnabled
Boolean popupMenuEnabled
Deprecated.Is popup menu enabled? -
resetPosition
int resetPosition
Deprecated.Save the last preferred setting (first or second). Double click reset the splitPosition to this value -
secondComponent
Component secondComponent
Deprecated.the second (right/bottom) component -
splitPosition
int splitPosition
Deprecated.current split position -
splitter
Component splitter
Deprecated.the splitter component -
splitterType
int splitterType
Deprecated.the splitter component type -
splitType
int splitType
Deprecated.current split type -
splitTypeChangeEnabled
boolean splitTypeChangeEnabled
Deprecated.current enabled/disabled state of change of split type -
swapPanesEnabled
boolean swapPanesEnabled
Deprecated.current enabled/disabled state of change of swapping panes
-
-
Class org.openide.awt.SplittedPanel.EmptySplitter
class EmptySplitter extends JComponent implements Serializable- serialVersionUID:
- 929648193440460693L
-
Serialized Fields
-
accessibleContext
AccessibleContext accessibleContext
Deprecated. -
width
int width
Deprecated.
-
-
Class org.openide.awt.SplittedPanel.SplitChangeEvent
class SplitChangeEvent extends EventObject implements Serializable- serialVersionUID:
- 6748966611210836878L
-
Serialized Fields
-
newValue
int newValue
Deprecated. -
oldValue
int oldValue
Deprecated.
-
-
Class org.openide.awt.ToolbarButton
class ToolbarButton extends JButton implements Serializable- serialVersionUID:
- 6564434578524381134L
-
Class org.openide.awt.ToolbarToggleButton
class ToolbarToggleButton extends JToggleButton implements Serializable- serialVersionUID:
- -4783163952526348942L
-
Class org.openide.awt.ToolbarWithOverflow
class ToolbarWithOverflow extends JToolBar implements Serializable-
Serialized Fields
-
awtEventListener
AWTEventListener awtEventListener
-
componentAdapter
ComponentAdapter componentAdapter
-
displayOverflowOnHover
boolean displayOverflowOnHover
-
overflowButton
JButton overflowButton
-
overflowToolbar
JToolBar overflowToolbar
-
popup
JPopupMenu popup
-
updateOverflow
boolean updateOverflow
-
-
-
Class org.openide.awt.UndoRedo.Manager
class Manager extends UndoManager implements Serializable- serialVersionUID:
- 6721367974521509720L
-
Serialized Fields
-
alive
boolean alive
-
cs
org.openide.util.ChangeSupport cs
-
hasBeenDone
boolean hasBeenDone
-
indexOfNextAdd
int indexOfNextAdd
-
inProgress
boolean inProgress
-
limit
int limit
-
-