|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.border.AbstractBorder
de.uni_paderborn.fujaba.fsa.swing.border.AbstractColorBorder
This Class extends the AbstractBorder class by giving the ability to change the color of the border.
Constructor Summary | |
AbstractColorBorder()
Constructor for class AbstractColorBorder |
|
AbstractColorBorder(java.awt.Color aColor)
Constructor for class AbstractColorBorder |
Method Summary | |
java.awt.Color |
getBorderColor()
This method returns the color of the border. |
void |
setBorderColor(java.awt.Color color)
This method sets the color of the border. |
Methods inherited from class javax.swing.border.AbstractBorder |
getBorderInsets, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque, paintBorder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractColorBorder()
public AbstractColorBorder(java.awt.Color aColor)
aColor
- No description providedMethod Detail |
public void setBorderColor(java.awt.Color color)
color
- The new borderColor valuepublic java.awt.Color getBorderColor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |