cz.vity.freerapid.swing
Class ToolbarSeparatorUI

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.BasicToolBarSeparatorUI
                  extended by cz.vity.freerapid.swing.ToolbarSeparatorUI

public final class ToolbarSeparatorUI
extends BasicToolBarSeparatorUI

Pretizene UI pro Separator v toolbaru

Author:
Vity

Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicSeparatorUI
highlight, shadow
 
Method Summary
static ComponentUI createUI(JComponent c)
           
 Dimension getMaximumSize(JComponent c)
           
 Dimension getPreferredSize(JComponent c)
           
 void paint(Graphics g, JComponent c)
           
 
Methods inherited from class javax.swing.plaf.basic.BasicToolBarSeparatorUI
installDefaults
 
Methods inherited from class javax.swing.plaf.basic.BasicSeparatorUI
getMinimumSize, installListeners, installUI, uninstallDefaults, 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
 

Method Detail

createUI

public static ComponentUI createUI(JComponent c)

getPreferredSize

public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class BasicToolBarSeparatorUI

getMaximumSize

public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class BasicSeparatorUI

paint

public final void paint(Graphics g,
                        JComponent c)
Overrides:
paint in class BasicToolBarSeparatorUI