|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.util.gui.StandardFiller
public class StandardFiller
The standard fillers for our GUI.
Method Summary | |
---|---|
static int |
getSize()
Get the value of STANDARD_FILLER_SIZE. |
static javax.swing.border.Border |
makeEmptyBorder()
|
static java.awt.Component |
makeHstrut()
|
static java.awt.Component |
makeLongHstrut()
|
static java.awt.Component |
makeLongVstrut()
|
static java.awt.Component |
makeVstrut()
|
static javax.swing.border.Border |
makeWideEmptyBorder()
|
static void |
setSize(int v)
Set the value of STANDARD_FILLER_SIZE. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.awt.Component makeVstrut()
public static java.awt.Component makeLongVstrut()
public static java.awt.Component makeHstrut()
public static java.awt.Component makeLongHstrut()
public static javax.swing.border.Border makeEmptyBorder()
public static javax.swing.border.Border makeWideEmptyBorder()
public static int getSize()
public static void setSize(int v)
v
- Value to assign to STANDARD_FILLER_SIZE.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |