grendel.ui
Class Util
java.lang.Object
|
+--grendel.ui.Util
- public class Util
- extends java.lang.Object
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LEFT
public static final int LEFT
CENTER
public static final int CENTER
RIGHT
public static final int RIGHT
Util
public Util()
DrawTrimmedString
public static void DrawTrimmedString(java.awt.Graphics g,
java.lang.String aString,
java.awt.FontMetrics aFM,
int aWhere,
int x,
int y,
int aWidth)
MergeActions
public static UIAction[] MergeActions(UIAction[] aActions1,
UIAction[] aActions2)
MergeToolBars
public static GrendelToolBar MergeToolBars(GrendelToolBar aBar1,
GrendelToolBar aBar2)
RegisterScrollingKeys
public static void RegisterScrollingKeys(javax.swing.JScrollPane aScrollPane)
GetParentFrame
public static java.awt.Frame GetParentFrame(java.awt.Component aComponent)