com.jidesoft.plaf.office2003
Class Office2003PopupMenuSeparatorUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.SeparatorUI
          extended by javax.swing.plaf.basic.BasicSeparatorUI
              extended by javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
                  extended by com.jidesoft.plaf.vsnet.VsnetPopupMenuSeparatorUI
                      extended by com.jidesoft.plaf.office2003.Office2003PopupMenuSeparatorUI

public class Office2003PopupMenuSeparatorUI
extends VsnetPopupMenuSeparatorUI

PopupMenuSeparator UI implementation


Field Summary
 
Fields inherited from class com.jidesoft.plaf.vsnet.VsnetPopupMenuSeparatorUI
HEIGHT
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Constructor Summary
Office2003PopupMenuSeparatorUI()
           
 
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

Office2003PopupMenuSeparatorUI

public Office2003PopupMenuSeparatorUI()
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 javax.swing.plaf.basic.BasicSeparatorUI

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 VsnetPopupMenuSeparatorUI

getPreferredSize

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


Copyright © 2008. All Rights Reserved.