站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Serialized Form (NetBeans UI Utilities API) - NetBeans API Javadoc 5.0.0

 

Serialized Form


Package org.openide.awt

Class org.openide.awt.Actions.CheckboxMenuItem extends JCheckBoxMenuItem implements Serializable

serialVersionUID: 6190621106981774043l

Class org.openide.awt.Actions.MenuItem extends JMenuItem implements Serializable

serialVersionUID: -21757335363267194l

Serialized Fields

bridge

Actions.Bridge bridge

Class org.openide.awt.Actions.SubMenu extends JMenuPlus implements Serializable

serialVersionUID: -4446966671302959091l

Serialized Fields

bridge

Actions.SubMenuBridge bridge

Class org.openide.awt.Actions.ToolbarButton extends ToolbarButton implements Serializable

serialVersionUID: 6564434578524381134l

Class org.openide.awt.Actions.ToolbarToggleButton extends ToolbarToggleButton implements Serializable

serialVersionUID: -4783163952526348942l

Class org.openide.awt.EqualFlowLayout extends FlowLayout implements Serializable

serialVersionUID: -1996929627282401218l

Class org.openide.awt.HtmlBrowser extends JPanel implements Serializable

serialVersionUID: 2912844785502987960l

Serialized Fields

browserImpl

HtmlBrowser.Impl browserImpl
currently used implementation of browser


everythinkIListenInCheckBoxIsUnimportant

boolean everythinkIListenInCheckBoxIsUnimportant
true = do not listen on changes of URL on cbLocation


toolbarVisible

boolean toolbarVisible
toolbar visible property


statusLineVisible

boolean statusLineVisible
status line visible property


browserListener

HtmlBrowser.BrowserListener browserListener
Listens on changes in HtmlBrowser.Impl and HtmlBrowser visual components.


bBack

JButton bBack

bForward

JButton bForward

bHome

JButton bHome

bReload

JButton bReload

bStop

JButton bStop

bHistory

JButton bHistory

cbLocation

JComboBox cbLocation
URL chooser


cbLabel

JLabel cbLabel

lStatusLine

JLabel lStatusLine

browserComponent

Component browserComponent

head

JPanel head

rp

RequestProcessor rp

Class org.openide.awt.JInlineMenu extends JMenuItem implements Serializable

serialVersionUID: -2310488127953523571l

Serialized Fields

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


addedItems

List addedItems
Deprecated. 
private List of the items previously added to the parent menu

Class org.openide.awt.JMenuPlus extends JMenu implements Serializable

serialVersionUID: -7700146216422707913l

Class org.openide.awt.JPopupMenuPlus extends JPopupMenu implements Serializable

Class org.openide.awt.ListPane extends JList implements Serializable

serialVersionUID: 3828318151121500783l

Serialized Fields

fixedCellWidth

int fixedCellWidth
Deprecated. 

fixedCellHeight

int fixedCellHeight
Deprecated. 

visibleRowCount

int visibleRowCount
Deprecated. 

visibleColumnCount

int visibleColumnCount
Deprecated. 

realRowCount

int realRowCount
Deprecated. 

realColumnCount

int realColumnCount
Deprecated. 

dataL

ListDataListener dataL
Deprecated. 

propertyL

PropertyChangeListener propertyL
Deprecated. 

inputL

ListPane.InputListener inputL
Deprecated. 

selectionL

ListSelectionListener selectionL
Deprecated. 

updateLayoutStateNeeded

boolean updateLayoutStateNeeded
Deprecated. 

Class org.openide.awt.SpinButton extends Canvas implements Serializable

serialVersionUID: -3525959415481788776l

Serialized Fields

orientation

boolean orientation
Deprecated. 
Current orientation of SpinButton. True = LEFT-RIGHT, False = UP-DOWN

See Also:
SpinButton.DEFAULT_ORIENTATION, SpinButton.setOrientation(boolean), SpinButton.getOrientation()

arrowsOrientation

boolean arrowsOrientation
Deprecated. 
Current orientation of arrows of SpinButton. True = LEFT-RIGHT, False = UP-DOWN

See Also:
SpinButton.DEFAULT_ORIENTATION, SpinButton.setOrientation(boolean), SpinButton.getOrientation()

minimum

int minimum
Deprecated. 
Minimum of the range of the SpinButton.

See Also:
SpinButton.DEFAULT_MINIMUM, SpinButton.setMinimum(int), SpinButton.getMinimum()

maximum

int maximum
Deprecated. 
Maximum of the range of the SpinButton.

See Also:
SpinButton.DEFAULT_MAXIMUM, SpinButton.setMaximum(int), SpinButton.getMaximum()

step

int step
Deprecated. 
Step of the SpinButton.

See Also:
SpinButton.DEFAULT_STEP, SpinButton.setStep(int), SpinButton.getStep()

value

int value
Deprecated. 
Value of the SpinButton. Default 0.

See Also:
SpinButton.setValue(int), SpinButton.getValue()

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:
SpinButton.setDelay(int), SpinButton.getDelay(), SpinButton.DEFAULT_REPEAT_DELAY

repeatRate

int repeatRate
Deprecated. 
Adjusts the speed at which a increment (or decrement) repeats when you hold down a mouse button. [ms]

See Also:
SpinButton.setRate(int), SpinButton.getRate(), SpinButton.DEFAULT_REPEAT_RATE

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.


repeating

boolean repeating
Deprecated. 
Flag if the SpinRepeatThread is currently running.


runningDir

boolean runningDir
Deprecated. 
Current direction of the run of the SpinRepeatThread.


boundsIgnored

boolean boundsIgnored
Deprecated. 

valueSupport

PropertyChangeSupport valueSupport
Deprecated. 
Property change listeners storage


spinButtonListeners

Vector spinButtonListeners
Deprecated. 
SpinButton change listeners storage

Class org.openide.awt.SplittedPanel extends JComponent implements Serializable

serialVersionUID: 5058424218525927233l

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Deserializes the component and initializes it.

Serialized Fields

resetPosition

int resetPosition
Deprecated. 
Save the last preferred setting (first or second). Double click reset the splitPosition to this value


popupMenuEnabled

Boolean popupMenuEnabled
Deprecated. 
Is popup menu enabled?


drawBumps

boolean drawBumps
Deprecated. 

firstComponent

Component firstComponent
Deprecated. 
the first (left/top) component


secondComponent

Component secondComponent
Deprecated. 
the second (right/bottom) component


splitter

Component splitter
Deprecated. 
the splitter component


splitterType

int splitterType
Deprecated. 
the splitter component type


splitType

int splitType
Deprecated. 
current split type


splitPosition

int splitPosition
Deprecated. 
current split position


absolute

boolean absolute
Deprecated. 

dragable

boolean dragable
Deprecated. 

continuousLayout

boolean continuousLayout
Deprecated. 

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


keepSecondSame

boolean keepSecondSame
Deprecated. 
current keepSecondSame state - this has bigger priority than keepFirstSame


keepFirstSame

boolean keepFirstSame
Deprecated. 
current keepFirstSame state


dragPos

int dragPos
Deprecated. 

panesSwapped

boolean panesSwapped
Deprecated. 
true if the panes were swapped, false otherwise


accessibleContext

AccessibleContext accessibleContext
Deprecated. 
Accessible context

Class org.openide.awt.SplittedPanel.EmptySplitter extends JComponent implements Serializable

serialVersionUID: 929648193440460693l

Serialized Fields

width

int width
Deprecated. 

accessibleContext

AccessibleContext accessibleContext
Deprecated. 

Class org.openide.awt.SplittedPanel.SplitChangeEvent extends EventObject implements Serializable

serialVersionUID: 6748966611210836878l

Serialized Fields

oldValue

int oldValue
Deprecated. 

newValue

int newValue
Deprecated. 

Class org.openide.awt.ToolbarButton extends JButton implements Serializable

serialVersionUID: 6564434578524381134l

Class org.openide.awt.ToolbarToggleButton extends JToggleButton implements Serializable

serialVersionUID: -4783163952526348942l

Class org.openide.awt.UndoRedo.Manager extends UndoManager implements Serializable

serialVersionUID: 6721367974521509720l

Serialized Fields

list

EventListenerList list
listener list


runus

LinkedList runus
vector of Edits to run


task

Task task
task that clears the queue


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.