|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--grendel.ui.Util
| Field Summary | |
static int |
CENTER
|
static int |
LEFT
|
static int |
RIGHT
|
| Constructor Summary | |
Util()
|
|
| Method Summary | |
static void |
DrawTrimmedString(java.awt.Graphics g,
java.lang.String aString,
java.awt.FontMetrics aFM,
int aWhere,
int x,
int y,
int aWidth)
|
static java.awt.Frame |
GetParentFrame(java.awt.Component aComponent)
|
static UIAction[] |
MergeActions(UIAction[] aActions1,
UIAction[] aActions2)
|
static GrendelToolBar |
MergeToolBars(GrendelToolBar aBar1,
GrendelToolBar aBar2)
|
static void |
RegisterScrollingKeys(javax.swing.JScrollPane aScrollPane)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int LEFT
public static final int CENTER
public static final int RIGHT
| Constructor Detail |
public Util()
| Method Detail |
public static void DrawTrimmedString(java.awt.Graphics g,
java.lang.String aString,
java.awt.FontMetrics aFM,
int aWhere,
int x,
int y,
int aWidth)
public static UIAction[] MergeActions(UIAction[] aActions1,
UIAction[] aActions2)
public static GrendelToolBar MergeToolBars(GrendelToolBar aBar1,
GrendelToolBar aBar2)
public static void RegisterScrollingKeys(javax.swing.JScrollPane aScrollPane)
public static java.awt.Frame GetParentFrame(java.awt.Component aComponent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||