com.l2fprod.common.swing.plaf.metal
Class MetalTaskPaneGroupUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by com.l2fprod.common.swing.plaf.TaskPaneGroupUI
              extended by com.l2fprod.common.swing.plaf.basic.BasicTaskPaneGroupUI
                  extended by com.l2fprod.common.swing.plaf.metal.MetalTaskPaneGroupUI

public class MetalTaskPaneGroupUI
extends BasicTaskPaneGroupUI

Metal implementation of the JTaskPaneGroup UI.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.l2fprod.common.swing.plaf.basic.BasicTaskPaneGroupUI
BasicTaskPaneGroupUI.ChevronIcon, BasicTaskPaneGroupUI.ContentPaneBorder, BasicTaskPaneGroupUI.PaneBorder
 
Field Summary
 
Fields inherited from class com.l2fprod.common.swing.plaf.basic.BasicTaskPaneGroupUI
group, mouseListener, mouseOver, propertyListener, ROUND_HEIGHT, TITLE_HEIGHT
 
Constructor Summary
MetalTaskPaneGroupUI()
           
 
Method Summary
protected  javax.swing.border.Border createPaneBorder()
           
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
protected  void installDefaults()
           
 
Methods inherited from class com.l2fprod.common.swing.plaf.basic.BasicTaskPaneGroupUI
configure, createAction, createContentPaneBorder, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, getTitleHeight, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetalTaskPaneGroupUI

public MetalTaskPaneGroupUI()
Method Detail

createUI

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

installDefaults

protected void installDefaults()
Overrides:
installDefaults in class BasicTaskPaneGroupUI

createPaneBorder

protected javax.swing.border.Border createPaneBorder()
Overrides:
createPaneBorder in class BasicTaskPaneGroupUI