|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.washington.cs.supple.wlib.awt.AwtUtils
Constructor Summary | |
AwtUtils()
|
Method Summary | |
static java.awt.Label |
createLabel(java.io.Serializable label)
|
static java.awt.Component |
getAwtComponentWithContextMenu(AwtWidget w,
int hints)
Connects an awt widget to mouse listeners and transfer handlers, so that customization commands can be performed |
static java.awt.Component |
getAwtComponentWithContextMenu(java.awt.Component c,
AwtWidget w)
Connects a awt widget to mouse listeners so that customization commands can be performed |
static java.lang.String |
getTypicalString(int length)
Produces a "typical" string of a given length |
static java.util.Vector |
getTypicalStringList(int length,
int number)
Produces an array of "typical" strings of a given length |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AwtUtils()
Method Detail |
public static java.awt.Label createLabel(java.io.Serializable label)
public static java.lang.String getTypicalString(int length)
length
- the lenght for the string
public static java.util.Vector getTypicalStringList(int length, int number)
length
- the lenght for the stringnumber
- How many strings should be returned in the collection
public static java.awt.Component getAwtComponentWithContextMenu(AwtWidget w, int hints)
w
- public static java.awt.Component getAwtComponentWithContextMenu(java.awt.Component c, AwtWidget w)
w
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |