-
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
-
containerWinsysInfo
WinsysInfoForTabbedContainer containerWinsysInfo
Winsys info needed for tab control or null if not available
-
locationInformer
LocationInformer locationInformer
Deprecated.
-
currentAlpha
float currentAlpha
-
inTransparentMode
boolean inTransparentMode
-
awtListener
AWTEventListener awtListener