当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
Serialized Form (Tab Control) - NetBeans API Javadoc (Current Development Version)
Serialized Form
Package org.netbeans.swing.popupswitcher |
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 |
orientation
int orientation
- orientation of this button
data
TabData data
- Ascoiated tab data
blinkTimer
Timer blinkTimer
blinkState
boolean blinkState
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.
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
displayer
TabDisplayer displayer
Package org.netbeans.swing.tabcontrol.event |
indices
int[] indices
textChanged
boolean textChanged
componentChanged
boolean componentChanged
affectedItems
TabData[] affectedItems
mouseEvent
MouseEvent mouseEvent
tabIndex
int tabIndex
old
TabData[] old
nue
TabData[] nue
Package org.netbeans.swing.tabcontrol.plaf |
state
int state
leftBorder
TabPainter leftBorder
rightBorder
TabPainter rightBorder
normalBorder
TabPainter normalBorder
padding
Dimension padding
showClose
boolean showClose
scratch
Rectangle scratch
phash
int phash
index
int index
lastKnownText
String lastKnownText
lastKnownIcon
Icon lastKnownIcon
lastKnownText
String lastKnownText