net.yagga.miniinstaller.gui
Class TitledBorderBean

java.lang.Object
  |
  +--javax.swing.border.AbstractBorder
        |
        +--javax.swing.border.TitledBorder
              |
              +--net.yagga.miniinstaller.gui.TitledBorderBean
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class TitledBorderBean
extends javax.swing.border.TitledBorder

See Also:
Serialized Form

Fields inherited from class javax.swing.border.TitledBorder
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, border, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, EDGE_SPACING, LEADING, LEFT, RIGHT, TEXT_INSET_H, TEXT_SPACING, textLoc, title, titleColor, titleFont, titleJustification, titlePosition, TOP, TRAILING
 
Constructor Summary
TitledBorderBean()
           
 
Method Summary
 boolean isBorderOpaque()
           
 
Methods inherited from class javax.swing.border.TitledBorder
computeIntersection, getBorder, getBorderInsets, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, paintBorder, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition
 
Methods inherited from class javax.swing.border.AbstractBorder
getInteriorRectangle, getInteriorRectangle, isLeftToRight
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TitledBorderBean

public TitledBorderBean()
Method Detail

isBorderOpaque

public boolean isBorderOpaque()
Overrides:
isBorderOpaque in class javax.swing.border.TitledBorder