|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.pba.management.manager.gui.UtilityGUI
public final class UtilityGUI
A gui utility class containing static methods. used by the PERMIS management GUI.
Field Summary | |
---|---|
static int |
COLOUR_GREEN_B
|
static int |
COLOUR_GREEN_G
|
static int |
COLOUR_GREEN_R
|
static int |
COLOUR_ORANGE_B
|
static int |
COLOUR_ORANGE_G
|
static int |
COLOUR_ORANGE_R
|
static int |
COLOUR_RED_B
|
static int |
COLOUR_RED_G
|
static int |
COLOUR_RED_R
|
static int |
COLOUR_WHITE_B
|
static int |
COLOUR_WHITE_G
|
static int |
COLOUR_WHITE_R
|
static int |
RIGID_AREA_PIXEL_SIZE
The rigid area used in creating a box to space out GUI components. |
static int |
RIGID_AREA_PIXEL_SIZE_2
The rigid area used in creating a box to space out GUI components. |
static int |
RIGID_AREA_PIXEL_SIZE_3
The rigid area used in creating a box to space out GUI components. |
Method Summary | |
---|---|
static void |
limitHeight(javax.swing.JComponent component)
set the maximum height for the component to be the same as the preferred height. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int RIGID_AREA_PIXEL_SIZE
public static final int RIGID_AREA_PIXEL_SIZE_3
public static final int RIGID_AREA_PIXEL_SIZE_2
public static final int COLOUR_ORANGE_R
public static final int COLOUR_ORANGE_G
public static final int COLOUR_ORANGE_B
public static final int COLOUR_WHITE_R
public static final int COLOUR_WHITE_G
public static final int COLOUR_WHITE_B
public static final int COLOUR_RED_R
public static final int COLOUR_RED_G
public static final int COLOUR_RED_B
public static final int COLOUR_GREEN_R
public static final int COLOUR_GREEN_G
public static final int COLOUR_GREEN_B
Method Detail |
---|
public static void limitHeight(javax.swing.JComponent component)
component
- the JComponent to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |