com.jidesoft.plaf.office2003
Class Office2003SeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by com.sun.java.swing.plaf.windows.WindowsSeparatorUI
                  extended by com.jidesoft.plaf.vsnet.VsnetSeparatorUI
                      extended by com.jidesoft.plaf.office2003.Office2003SeparatorUI

public class Office2003SeparatorUI
extends VsnetSeparatorUI

Separator UI implementation.


Field Summary
 
Fields inherited from class com.jidesoft.plaf.vsnet.VsnetSeparatorUI
HEIGHT
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
Office2003SeparatorUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
           
protected  void installDefaults(javax.swing.JSeparator s)
           
 void paint(java.awt.Graphics g, javax.swing.JComponent c)
           
protected  void uninstallDefaults(javax.swing.JSeparator s)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMaximumSize, getMinimumSize, installListeners, installUI, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Office2003SeparatorUI

public Office2003SeparatorUI()
Method Detail

createUI

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

installDefaults

protected void installDefaults(javax.swing.JSeparator s)
Overrides:
installDefaults in class VsnetSeparatorUI

uninstallDefaults

protected void uninstallDefaults(javax.swing.JSeparator s)
Overrides:
uninstallDefaults in class javax.swing.plaf.basic.BasicSeparatorUI

paint

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

getPreferredSize

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


Copyright © 2008. All Rights Reserved.