|
CubeTwister 2.0alpha141 2011-10-13 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.border.MatteBorder
ch.randelshofer.gui.border.FocusBorder
public class FocusBorder
| Field Summary |
|---|
| Fields inherited from class javax.swing.border.MatteBorder |
|---|
color, tileIcon |
| Fields inherited from class javax.swing.border.EmptyBorder |
|---|
bottom, left, right, top |
| Constructor Summary | |
|---|---|
FocusBorder(int top,
int left,
int bottom,
int right,
java.awt.Color matteColor)
Creates a focus border with the specified insets and color. |
|
| Method Summary | |
|---|---|
void |
setMatteColor(java.awt.Color matteColor)
Sets the matte color of the border. |
| Methods inherited from class javax.swing.border.MatteBorder |
|---|
getBorderInsets, getBorderInsets, getBorderInsets, getMatteColor, getTileIcon, isBorderOpaque, paintBorder |
| Methods inherited from class javax.swing.border.AbstractBorder |
|---|
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FocusBorder(int top,
int left,
int bottom,
int right,
java.awt.Color matteColor)
| Method Detail |
|---|
public void setMatteColor(java.awt.Color matteColor)
|
(c) Werner Randelshofer. All rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||