com.jtattoo.plaf
Class BaseBorders.BaseInternalFrameBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by com.jtattoo.plaf.BaseBorders.BaseInternalFrameBorder
All Implemented Interfaces:
Serializable, Border, UIResource
Direct Known Subclasses:
AcrylBorders.InternalFrameBorder, AeroBorders.InternalFrameBorder, AluminiumBorders.InternalFrameBorder, FastBorders.InternalFrameBorder, GraphiteBorders.InternalFrameBorder, HiFiBorders.InternalFrameBorder
Enclosing class:
BaseBorders

public static class BaseBorders.BaseInternalFrameBorder
extends AbstractBorder
implements UIResource

See Also:
Serialized Form

Field Summary
protected  int dw
           
protected  Insets insets
           
protected  Insets paletteInsets
           
protected  int trackWidth
           
 
Constructor Summary
BaseBorders.BaseInternalFrameBorder()
           
 
Method Summary
 Insets getBorderInsets(Component c)
           
 int getTitleHeight(Component c)
           
 boolean isActive(Component c)
           
 boolean isResizable(Component c)
           
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dw

protected final int dw
See Also:
Constant Field Values

trackWidth

protected final int trackWidth
See Also:
Constant Field Values

insets

protected final Insets insets

paletteInsets

protected final Insets paletteInsets
Constructor Detail

BaseBorders.BaseInternalFrameBorder

public BaseBorders.BaseInternalFrameBorder()
Method Detail

isResizable

public boolean isResizable(Component c)

isActive

public boolean isActive(Component c)

getTitleHeight

public int getTitleHeight(Component c)

getBorderInsets

public Insets getBorderInsets(Component c)
Specified by:
getBorderInsets in interface Border
Overrides:
getBorderInsets in class AbstractBorder


Copyright © 2011. All Rights Reserved.