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

Serialized Form (Tab Control) - NetBeans API Javadoc (Current Development Version)

org.netbeans.swing.tabcontrol 1.8

Serialized Form


Package org.netbeans.swing.popupswitcher

Class org.netbeans.swing.popupswitcher.SwitcherTable extends JTable implements Serializable

Serialized Fields

nullIcon

Icon nullIcon

foreground

Color foreground

background

Color background

selForeground

Color selForeground

selBackground

Color selBackground

prefSize

Dimension prefSize
Cached preferred size value


needCalcRowHeight

boolean needCalcRowHeight
Flag indicating that the fixed row height has not yet been calculated - this is for fontsize support


Package org.netbeans.swing.tabcontrol

Class org.netbeans.swing.tabcontrol.SlidingButton extends JToggleButton implements Serializable

Serialized Fields

orientation

int orientation
orientation of this button


data

TabData data
Ascoiated tab data


blinkTimer

Timer blinkTimer

blinkState

boolean blinkState

Class org.netbeans.swing.tabcontrol.TabbedContainer extends JComponent implements Serializable

Serialized Fields

model

TabDataModel model
The data model which contains information about the tabs, such as the corresponding component, the icon and the tooltip. Currently this is assigned in the constructor and cannot be modified later, though this could be supported in the future (with substantial effort).

See Also:
TabData, TabDataModel

type

int type
The type of this container, which determines what UI delegate is used for the tab displayer


active

boolean active
Holds the value of the active property, determining if the displayer should be painted with the focused or unfocused colors


initialized

boolean initialized
Flag used to block the call to updateUI() from the superclass constructor - at that time, none of our instance fields are set, so the UI can't yet set up the tab displayer correctly


contentPolicy

int contentPolicy

converter

ComponentConverter converter
The component converter which will tranlate TabData's from the model into components.


winsysInfo

WinsysInfoForTabbed winsysInfo
Winsys info needed for tab control or null if not available


locationInformer

LocationInformer locationInformer
Deprecated. 

Class org.netbeans.swing.tabcontrol.TabDisplayer extends JComponent implements Serializable

Serialized Fields

initialized

boolean initialized

model

TabDataModel model

sel

SingleSelectionModel sel

active

boolean active

type

int type

winsysInfo

WinsysInfoForTabbed winsysInfo

locationInformer

LocationInformer locationInformer
Deprecated. 

showClose

boolean showClose

Class org.netbeans.swing.tabcontrol.TabDisplayer.AccessibleTabDisplayer extends JComponent.AccessibleJComponent implements Serializable

Class org.netbeans.swing.tabcontrol.TabListPopupAction extends AbstractAction implements Serializable

Serialized Fields

displayer

TabDisplayer displayer

Package org.netbeans.swing.tabcontrol.event

Class org.netbeans.swing.tabcontrol.event.ComplexListDataEvent extends ListDataEvent implements Serializable

Serialized Fields

indices

int[] indices

textChanged

boolean textChanged

componentChanged

boolean componentChanged

affectedItems

TabData[] affectedItems

Class org.netbeans.swing.tabcontrol.event.TabActionEvent extends ActionEvent implements Serializable

Serialized Fields

mouseEvent

MouseEvent mouseEvent

tabIndex

int tabIndex

Class org.netbeans.swing.tabcontrol.event.VeryComplexListDataEvent extends ComplexListDataEvent implements Serializable

Serialized Fields

old

TabData[] old

nue

TabData[] nue

Package org.netbeans.swing.tabcontrol.plaf

Class org.netbeans.swing.tabcontrol.plaf.AbstractTabCellRenderer extends JLabel implements Serializable

Serialized Fields

state

int state

leftBorder

TabPainter leftBorder

rightBorder

TabPainter rightBorder

normalBorder

TabPainter normalBorder

padding

Dimension padding

showClose

boolean showClose

scratch

Rectangle scratch

phash

int phash

Class org.netbeans.swing.tabcontrol.plaf.BasicSlidingTabDisplayerUI.IndexButton extends JToggleButton implements Serializable

Serialized Fields

index

int index

lastKnownText

String lastKnownText

lastKnownIcon

Icon lastKnownIcon

Class org.netbeans.swing.tabcontrol.plaf.EqualPolygon extends Polygon implements Serializable

Class org.netbeans.swing.tabcontrol.plaf.ToolbarTabDisplayerUI.IndexButton extends JToggleButton implements Serializable

Serialized Fields

lastKnownText

String lastKnownText


org.netbeans.swing.tabcontrol 1.8

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