java.lang.Object | |||
↳ | javax.swing.plaf.ComponentUI | ||
↳ | javax.swing.plaf.TabbedPaneUI | ||
↳ | javax.swing.plaf.multi.MultiTabbedPaneUI |
A multiplexing UI used to combine TabbedPaneUI
s.
This file was automatically generated by AutoMulti.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
uis | The vector containing the real UIs. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Invokes the
contains method on each UI handled by this object. | |||||||||||
Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel s supports this UI. | |||||||||||
Invokes the
getAccessibleChild method on each UI handled by this object. | |||||||||||
Invokes the
getAccessibleChildrenCount method on each UI handled by this object. | |||||||||||
Invokes the
getMaximumSize method on each UI handled by this object. | |||||||||||
Invokes the
getMinimumSize method on each UI handled by this object. | |||||||||||
Invokes the
getPreferredSize method on each UI handled by this object. | |||||||||||
Invokes the
getTabBounds method on each UI handled by this object. | |||||||||||
Invokes the
getTabRunCount method on each UI handled by this object. | |||||||||||
Returns the list of UIs associated with this multiplexing UI.
| |||||||||||
Invokes the
installUI method on each UI handled by this object. | |||||||||||
Invokes the
paint method on each UI handled by this object. | |||||||||||
Invokes the
tabForCoordinate method on each UI handled by this object. | |||||||||||
Invokes the
uninstallUI method on each UI handled by this object. | |||||||||||
Invokes the
update method on each UI handled by this object. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The vector containing the real UIs. This is populated
in the call to createUI
, and can be obtained by calling
the getUIs
method. The first element is guaranteed to be the real UI
obtained from the default look and feel.
Invokes the contains
method on each UI handled by this object.
a | the component where the x,y location is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
---|---|
b | the x coordinate of the point |
c | the y coordinate of the point |
LookAndFeel
Returns a multiplexing UI instance if any of the auxiliary
LookAndFeel
s supports this UI. Otherwise, just returns the
UI object obtained from the default LookAndFeel
.
Invokes the getAccessibleChild
method on each UI handled by this object.
b | zero-based index of child |
---|
LookAndFeel
Invokes the getAccessibleChildrenCount
method on each UI handled by this object.
LookAndFeel
Invokes the getMaximumSize
method on each UI handled by this object.
a | the component whose maximum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
---|
LookAndFeel
Invokes the getMinimumSize
method on each UI handled by this object.
a | the component whose minimum size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
---|
LookAndFeel
Invokes the getPreferredSize
method on each UI handled by this object.
a | the component whose preferred size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
---|
LookAndFeel
Invokes the getTabBounds
method on each UI handled by this object.
LookAndFeel
Invokes the getTabRunCount
method on each UI handled by this object.
LookAndFeel
Returns the list of UIs associated with this multiplexing UI. This allows processing of the UIs by an application aware of multiplexing UIs on components.
Invokes the installUI
method on each UI handled by this object.
a | the component where this UI delegate is being installed |
---|
Invokes the paint
method on each UI handled by this object.
a | the Graphics context in which to paint |
---|---|
b | the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
Invokes the tabForCoordinate
method on each UI handled by this object.
LookAndFeel
Invokes the uninstallUI
method on each UI handled by this object.
a | the component from which this UI delegate is being removed; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |
---|
Invokes the update
method on each UI handled by this object.
a | the Graphics context in which to paint |
---|---|
b | the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components |