All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicSeparatorUI

java.lang.Object
   |
   +----com.sun.java.swing.basic.BasicSeparatorUI

public class BasicSeparatorUI
extends Object
implements SeparatorUI
A Windows L&F implementation of SeparatorUI. This implementation is a "combined" view/controller.


Constructor Index

 o BasicSeparatorUI()

Method Index

 o createUI(JSeparator)
 o deinstallUI(JComponent)
 o getInsets(JComponent)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)

Constructors

 o BasicSeparatorUI
 public BasicSeparatorUI()

Methods

 o createUI
 public static SeparatorUI createUI(JSeparator x)
 o installUI
 public void installUI(JComponent c)
 o deinstallUI
 public void deinstallUI(JComponent c)
 o paint
 public void paint(Graphics g,
                   JComponent c)
 o getPreferredSize
 public Dimension getPreferredSize(JComponent c)
 o getMinimumSize
 public Dimension getMinimumSize(JComponent c)
 o getMaximumSize
 public Dimension getMaximumSize(JComponent c)
 o getInsets
 public Insets getInsets(JComponent c)

All Packages  Class Hierarchy  This Package  Previous  Next  Index