| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--ncsa.horizon.awt.TabConstraints
| Field Summary | |
| java.awt.Color | bg
the color to use to paint the Tab's background. |
| int | border
the size of the 3D border. |
| static short | BOTTOM
an alignment directive to bottom-justify the Tab's label |
| static short | CENTER
an alignment directive to center the Tab's label |
| java.awt.Color | fg
the color to use to paint the Tab's foreground. |
| java.awt.Font | font
the Font to use to print the Tab's label. |
| short | halign
the horizontal alignment of the text within the Tab. |
| int | height
the full height of the tab. |
| java.awt.Insets | insets
the space to put around the label. |
| java.lang.String | label
the text to use as the Tab's label. |
| static short | LEFT
an alignment directive to left-justify the Tab's label |
| static short | RIGHT
an alignment directive to right-justify the Tab's label |
| static short | TOP
an alignment directive to top-justify the Tab's label |
| short | valign
the horizontal alignment of the text within the Tab. |
| int | width
the full width of the tab. |
| Constructor Summary | |
| TabConstraints()
create a TabConstraints object with default parameters |
|
| TabConstraints(java.awt.Component c)
create a TabConstraints object with parameters taken from a given Component's defaults. |
|
| Method Summary | |
| java.lang.Object | clone()
|
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Field Detail |
public static final short LEFT
public static final short CENTER
public static final short RIGHT
public static final short TOP
public static final short BOTTOM
public java.awt.Color bg
public java.awt.Color fg
public java.awt.Font font
public java.lang.String label
public short halign
public short valign
public int width
public int height
public java.awt.Insets insets
public int border
| Constructor Detail |
public TabConstraints()
public TabConstraints(java.awt.Component c)
| Method Detail |
public java.lang.Object clone()
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||