| Java Doc By Examples | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.swing.plaf.ComponentUIjavax.swing.plaf.SplitPaneUIjavax.swing.plaf.multi.MultiSplitPaneUIpublic class MultiSplitPaneUIextends SplitPaneUISplitPaneUIs.
This file was automatically generated by AutoMulti.
Method Summary | |
boolean |
|
static ComponentUI |
|
void |
|
Accessible |
|
int |
|
int |
|
int |
|
Dimension |
|
int |
|
Dimension |
|
Dimension |
|
ComponentUI[] |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class javax.swing.plaf.SplitPaneUI | |
finishedPaintingChildren, getDividerLocation, getMaximumDividerLocation, getMinimumDividerLocation, resetToPreferredSizes, setDividerLocation | |
Methods inherited from class javax.swing.plaf.ComponentUI | |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update | |
Methods inherited from class java.lang.Object | |
clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait | |
public boolean contains(JComponent a, int b, int c)
Invokes thecontainsmethod on each UI handled by this object.
- Overrides:
- contains in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public static ComponentUI createUI(JComponent a)
Returns a multiplexing UI instance if any of the auxiliaryLookAndFeels supports this UI. Otherwise, just returns the UI object obtained from the defaultLookAndFeel.
- Overrides:
- createUI in interface ComponentUI
public void finishedPaintingChildren(JSplitPane a, Graphics b)
Invokes thefinishedPaintingChildrenmethod on each UI handled by this object.
- Overrides:
- finishedPaintingChildren in interface SplitPaneUI
public Accessible getAccessibleChild(JComponent a, int b)
Invokes thegetAccessibleChildmethod on each UI handled by this object.
- Overrides:
- getAccessibleChild in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public int getAccessibleChildrenCount(JComponent a)
Invokes thegetAccessibleChildrenCountmethod on each UI handled by this object.
- Overrides:
- getAccessibleChildrenCount in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public int getDividerLocation(JSplitPane a)
Invokes thegetDividerLocationmethod on each UI handled by this object.
- Overrides:
- getDividerLocation in interface SplitPaneUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public int getMaximumDividerLocation(JSplitPane a)
Invokes thegetMaximumDividerLocationmethod on each UI handled by this object.
- Overrides:
- getMaximumDividerLocation in interface SplitPaneUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public Dimension getMaximumSize(JComponent a)
Invokes thegetMaximumSizemethod on each UI handled by this object.
- Overrides:
- getMaximumSize in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public int getMinimumDividerLocation(JSplitPane a)
Invokes thegetMinimumDividerLocationmethod on each UI handled by this object.
- Overrides:
- getMinimumDividerLocation in interface SplitPaneUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public Dimension getMinimumSize(JComponent a)
Invokes thegetMinimumSizemethod on each UI handled by this object.
- Overrides:
- getMinimumSize in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public Dimension getPreferredSize(JComponent a)
Invokes thegetPreferredSizemethod on each UI handled by this object.
- Overrides:
- getPreferredSize in interface ComponentUI
- Returns:
- the value obtained from the first UI, which is the UI obtained from the default
LookAndFeel
public ComponentUI[] getUIs()
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.
public void installUI(JComponent a)
Invokes theinstallUImethod on each UI handled by this object.
- Overrides:
- installUI in interface ComponentUI
public void paint(Graphics a, JComponent b)
Invokes thepaintmethod on each UI handled by this object.
- Overrides:
- paint in interface ComponentUI
public void resetToPreferredSizes(JSplitPane a)
Invokes theresetToPreferredSizesmethod on each UI handled by this object.
- Overrides:
- resetToPreferredSizes in interface SplitPaneUI
public void setDividerLocation(JSplitPane a, int b)
Invokes thesetDividerLocationmethod on each UI handled by this object.
- Overrides:
- setDividerLocation in interface SplitPaneUI
public void uninstallUI(JComponent a)
Invokes theuninstallUImethod on each UI handled by this object.
- Overrides:
- uninstallUI in interface ComponentUI
public void update(Graphics a, JComponent b)
Invokes theupdatemethod on each UI handled by this object.
- Overrides:
- update in interface ComponentUI