API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.plaf.multi. MultiTextUI View Source
Author(s)
Otto Multey
Since
Version
1.36 04/07/06 15:16:24
Serial
Hierarchy
 Object
      ComponentUI
          TextUI
              MultiTextUI
Implements
Subclasses
Description
public class MultiTextUI
  A multiplexing UI used to combine TextUIs.
See also:   
Constructors
public MultiTextUI ()
Methods
Hide/Show inherited methods
public boolean contains (JComponent a, int b, int c) [Overrides ComponentUI]
  Invokes the contains method on each UI handled by this object.
publicstatic ComponentUI createUI (JComponent a) [Overrides ComponentUI]
  Returns a multiplexing UI instance if any of the auxiliary LookAndFeels supports this UI.
public void damageRange (JTextComponent a, int b, int c) [Specified in TextUI]
Invokes the damageRange method on each UI handled by this object.
public void damageRange (JTextComponent a, int b, int c, Bias d, Bias e) [Specified in TextUI]
Invokes the damageRange method on each UI handled by this object.
public Accessible getAccessibleChild (JComponent a, int b) [Overrides ComponentUI]
  Invokes the getAccessibleChild method on each UI handled by this object.
public int getAccessibleChildrenCount (JComponent a) [Overrides ComponentUI]
  Invokes the getAccessibleChildrenCount method on each UI handled by this object.
public int getBaseline (JComponent c, int width, int height) [Inherited From ComponentUI]
  Returns the baseline.
public BaselineResizeBehavior getBaselineResizeBehavior (JComponent c) [Inherited From ComponentUI]
  Returns an enum indicating how the baseline of he component changes as the size changes.
public EditorKit getEditorKit (JTextComponent a) [Specified in TextUI]
  Invokes the getEditorKit method on each UI handled by this object.
public Dimension getMaximumSize (JComponent a) [Overrides ComponentUI]
  Invokes the getMaximumSize method on each UI handled by this object.
public Dimension getMinimumSize (JComponent a) [Overrides ComponentUI]
  Invokes the getMinimumSize method on each UI handled by this object.
public int getNextVisualPositionFrom (JTextComponent a, int b, Bias c, int d, Bias e) throws BadLocationException [Specified in TextUI]
  Invokes the getNextVisualPositionFrom method on each UI handled by this object.
public Dimension getPreferredSize (JComponent a) [Overrides ComponentUI]
  Invokes the getPreferredSize method on each UI handled by this object.
public View getRootView (JTextComponent a) [Specified in TextUI]
  Invokes the getRootView method on each UI handled by this object.
public String getToolTipText (JTextComponent a, Point b) [Overrides TextUI]
  Invokes the getToolTipText method on each UI handled by this object.
public ComponentUI getUIs ()
  Returns the list of UIs associated with this multiplexing UI.
public void installUI (JComponent a) [Overrides ComponentUI]
Invokes the installUI method on each UI handled by this object.
public Rectangle modelToView (JTextComponent a, int b) throws BadLocationException [Specified in TextUI]
  Invokes the modelToView method on each UI handled by this object.
public Rectangle modelToView (JTextComponent a, int b, Bias c) throws BadLocationException [Specified in TextUI]
  Invokes the modelToView method on each UI handled by this object.
public void paint (Graphics a, JComponent b) [Overrides ComponentUI]
Invokes the paint method on each UI handled by this object.
public void uninstallUI (JComponent a) [Overrides ComponentUI]
Invokes the uninstallUI method on each UI handled by this object.
public void update (Graphics a, JComponent b) [Overrides ComponentUI]
Invokes the update method on each UI handled by this object.
public int viewToModel (JTextComponent a, Point b) [Specified in TextUI]
  Invokes the viewToModel method on each UI handled by this object.
public int viewToModel (JTextComponent a, Point b, Bias c) [Specified in TextUI]
  Invokes the viewToModel method on each UI handled by this object.
Fields
Hide/Show inherited fields
protected Vector uis
  The vector containing the real UIs.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar