| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddActionListener
(DesktopListener listener)
|
| void | CreateTimer
(DesktopTimer timer, String timerName, boolean writeInTrail)
|
| void | DeleteChild
(String name)
|
| boolean | DoesAllowTrailRecording
()
|
| void | DrawDropIndicator
(Rectangle rect, Orientation orientation)
|
| String | GetActiveDialogName
()
|
| stringseq | GetChildNameArray
()
|
| String | GetComponent
()
|
| int | GetComponentClass
()
|
| Point | GetCursorPosition
()
|
| String | GetDialog
()
|
| Dimension | GetFrameMinimumSize
()
|
| Point | GetFrameOrigin
()
|
| Rectangle | GetFrameRectangle
()
|
| Dimension | GetFrameSize
()
|
| Rectangle | GetRectangleOfMonitor
()
|
| Point | GetScreenOrigin
()
|
| Rectangle | GetScreenRectangle
()
|
| void | PushAction
(DesktopAction action)
|
| String | ReadTextFromTrail
(String name)
|
| void | SetActiveDialogName
(String value)
|
| void | SetAllowTrailRecording
(boolean flag)
|
| void | SetFrameRectangle
(Rectangle rect)
|
| void | StartTimer
(String timerName, int duration)
|
| void | StopTimer
(String timerName)
|
| void | WriteTextToTrail
(String name, String trail_data)
|
| Method Detail |
|---|
| GetDialog |
|---|
| String | GetDialog | () |
|
| GetComponent |
|---|
| String | GetComponent | () |
|
| GetCursorPosition |
|---|
| Point | GetCursorPosition | () |
|
| SetFrameRectangle |
|---|
| void | SetFrameRectangle | (Rectangle rect) |
|
| WriteTextToTrail |
|---|
| void | WriteTextToTrail | (String name, String trail_data) |
|
| GetFrameOrigin |
|---|
| Point | GetFrameOrigin | () |
|
| GetScreenOrigin |
|---|
| Point | GetScreenOrigin | () |
|
| DrawDropIndicator |
|---|
| void | DrawDropIndicator | (Rectangle rect, Orientation orientation) |
|
| GetFrameMinimumSize |
|---|
| Dimension | GetFrameMinimumSize | () |
|
| ReadTextFromTrail |
|---|
| String | ReadTextFromTrail | (String name) |
|
| GetScreenRectangle |
|---|
| Rectangle | GetScreenRectangle | () |
|
| GetRectangleOfMonitor |
|---|
| Rectangle | GetRectangleOfMonitor | () |
|
| DeleteChild |
|---|
| void | DeleteChild | (String name) |
|
| GetFrameSize |
|---|
| Dimension | GetFrameSize | () |
|
| GetFrameRectangle |
|---|
| Rectangle | GetFrameRectangle | () |
|
| GetChildNameArray |
|---|
| stringseq | GetChildNameArray | () |
|
| GetComponentClass |
|---|
| int | GetComponentClass | () |
|
| GetActiveDialogName |
|---|
| String | GetActiveDialogName | () |
|
| SetActiveDialogName |
|---|
| void | SetActiveDialogName | (String value) |
|
| DoesAllowTrailRecording |
|---|
| boolean | DoesAllowTrailRecording | () |
|
| SetAllowTrailRecording |
|---|
| void | SetAllowTrailRecording | (boolean flag) |
|
| AddActionListener |
|---|
| void | AddActionListener | (DesktopListener listener) |
|
| PushAction |
|---|
| void | PushAction | (DesktopAction action) |
|
| CreateTimer |
|---|
| void | CreateTimer | (DesktopTimer timer, String timerName, boolean writeInTrail) |
|
| StartTimer |
|---|
| void | StartTimer | (String timerName, int duration) |
|
| StopTimer |
|---|
| void | StopTimer | (String timerName) |
|