com.zfqjava.swing.plaf.basic
Class BasicXSeparatorUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.SeparatorUI
              |
              +--javax.swing.plaf.basic.BasicSeparatorUI
                    |
                    +--com.zfqjava.swing.plaf.basic.BasicXSeparatorUI

public class BasicXSeparatorUI
extends javax.swing.plaf.basic.BasicSeparatorUI

The basic L&F for XSeparatorUI.


Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
BasicXSeparatorUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
protected  void installComponents(XSeparator separator)
           
protected  void installDefaults(XSeparator separator)
           
protected  void installListeners(XSeparator separator)
           
 void installUI(javax.swing.JComponent c)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
protected  void uninstallComponents(XSeparator separator)
           
protected  void uninstallDefaults(XSeparator separator)
           
protected  void uninstallListeners(XSeparator separator)
           
 void uninstallUI(javax.swing.JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
installDefaults, installListeners, uninstallDefaults, uninstallListeners
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicXSeparatorUI

public BasicXSeparatorUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

installUI

public void installUI(javax.swing.JComponent c)
Overrides:
installUI in class javax.swing.plaf.basic.BasicSeparatorUI

uninstallUI

public void uninstallUI(javax.swing.JComponent c)
Overrides:
uninstallUI in class javax.swing.plaf.basic.BasicSeparatorUI

installDefaults

protected void installDefaults(XSeparator separator)

uninstallDefaults

protected void uninstallDefaults(XSeparator separator)

installComponents

protected void installComponents(XSeparator separator)

uninstallComponents

protected void uninstallComponents(XSeparator separator)

installListeners

protected void installListeners(XSeparator separator)

uninstallListeners

protected void uninstallListeners(XSeparator separator)

getPreferredSize

public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
Overrides:
getPreferredSize in class javax.swing.plaf.basic.BasicSeparatorUI

getMinimumSize

public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
Overrides:
getMinimumSize in class javax.swing.plaf.basic.BasicSeparatorUI

getMaximumSize

public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
Overrides:
getMaximumSize in class javax.swing.plaf.basic.BasicSeparatorUI

paint

public void paint(java.awt.Graphics g,
                  javax.swing.JComponent c)
Overrides:
paint in class javax.swing.plaf.basic.BasicSeparatorUI


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.