|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectturingmachine.CTMUtility
Generic place for utility functions.
Constructor Summary | |
---|---|
CTMUtility()
|
Method Summary | |
---|---|
(package private) static void |
centerContainer(java.awt.Container aContainer)
Centers a container to parent container. |
(package private) static java.awt.Cursor |
createCursor(java.lang.String aImageResource,
java.awt.Point aHotSpot,
java.lang.String aDescription)
Create a custom cursor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
CTMUtility()
Method Detail |
---|
static java.awt.Cursor createCursor(java.lang.String aImageResource, java.awt.Point aHotSpot, java.lang.String aDescription)
aImageResource
- The name of the image resource to use.aHotSpot
- The active point on the cursor.aDescription
- Accesibility description.
static void centerContainer(java.awt.Container aContainer)
aContainer
- The container to center.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |