| |
|
| java.lang.Object javax.swing.plaf.ComponentUI javax.swing.plaf.ScrollPaneUI javax.swing.plaf.multi.MultiScrollPaneUI
MultiScrollPaneUI | public class MultiScrollPaneUI extends ScrollPaneUI (Code) | | A multiplexing UI used to combine ScrollPaneUI s.
This file was automatically generated by AutoMulti.
version: 1.34 05/05/07 17:20:40 author: Otto Multey |
Field Summary | |
protected Vector | uis The vector containing the real UIs. |
uis | protected Vector uis(Code) | | 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.
|
contains | public boolean contains(JComponent a, int b, int c)(Code) | | Invokes the contains method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
createUI | public static ComponentUI createUI(JComponent a)(Code) | | 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 .
|
getAccessibleChild | public Accessible getAccessibleChild(JComponent a, int b)(Code) | | Invokes the getAccessibleChild method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
getAccessibleChildrenCount | public int getAccessibleChildrenCount(JComponent a)(Code) | | Invokes the getAccessibleChildrenCount method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
getMaximumSize | public Dimension getMaximumSize(JComponent a)(Code) | | Invokes the getMaximumSize method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
getMinimumSize | public Dimension getMinimumSize(JComponent a)(Code) | | Invokes the getMinimumSize method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
getPreferredSize | public Dimension getPreferredSize(JComponent a)(Code) | | Invokes the getPreferredSize method on each UI handled by this object.
the value obtained from the first UI, which isthe UI obtained from the default LookAndFeel |
getUIs | public ComponentUI[] getUIs()(Code) | | 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.
|
installUI | public void installUI(JComponent a)(Code) | | Invokes the installUI method on each UI handled by this object.
|
uninstallUI | public void uninstallUI(JComponent a)(Code) | | Invokes the uninstallUI method on each UI handled by this object.
|
|
|
|