| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | AddActionListener
(PushButtonListener listener)
|
| void | CreateTimer
(PushButtonTimer timer, String timerName, boolean writeInTrail)
|
| void | DeletePopupMenu
()
|
| Dimension | GetFrameMinimumSize
()
|
| Point | GetFrameOrigin
()
|
| Rectangle | GetFrameRectangle
()
|
| Dimension | GetFrameSize
()
|
| Key | GetKeyPressed
()
|
| int | GetMaximumWidth
()
|
| Rectangle | GetRectangleOfMonitor
()
|
| Point | GetScreenOrigin
()
|
| Rectangle | GetScreenRectangle
()
|
| Dimension | GetTextSize
(String str)
|
| int | GetWidth
()
|
| int | InsertPopupMenu
(Component component)
|
| void | PushAction
(PushButtonAction action)
|
| void | SetFrameOrigin
(Point value)
|
| void | SetFrameRectangle
(Rectangle rect)
|
| void | SetFrameSize
(Dimension value)
|
| void | SetKeyPressed
(Key key)
|
| void | SetMaximumWidth
(int value)
|
| void | SetWidth
(int value)
|
| void | StartTimer
(String timerName, int duration)
|
| void | StopTimer
(String timerName)
|
| Method Detail |
|---|
| SetFrameRectangle |
|---|
| void | SetFrameRectangle | (Rectangle rect) |
|
| DeletePopupMenu |
|---|
| void | DeletePopupMenu | () |
|
| GetFrameOrigin |
|---|
| Point | GetFrameOrigin | () |
|
| InsertPopupMenu |
|---|
| int | InsertPopupMenu | (Component component) |
|
| SetFrameOrigin |
|---|
| void | SetFrameOrigin | (Point value) |
|
| GetTextSize |
|---|
| Dimension | GetTextSize | (String str) |
|
| GetFrameMinimumSize |
|---|
| Dimension | GetFrameMinimumSize | () |
|
| GetScreenOrigin |
|---|
| Point | GetScreenOrigin | () |
|
| SetFrameSize |
|---|
| void | SetFrameSize | (Dimension value) |
|
| GetScreenRectangle |
|---|
| Rectangle | GetScreenRectangle | () |
|
| GetRectangleOfMonitor |
|---|
| Rectangle | GetRectangleOfMonitor | () |
|
| GetFrameSize |
|---|
| Dimension | GetFrameSize | () |
|
| GetFrameRectangle |
|---|
| Rectangle | GetFrameRectangle | () |
|
| GetMaximumWidth |
|---|
| int | GetMaximumWidth | () |
|
| SetMaximumWidth |
|---|
| void | SetMaximumWidth | (int value) |
|
| GetWidth |
|---|
| int | GetWidth | () |
|
| SetWidth |
|---|
| void | SetWidth | (int value) |
|
| GetKeyPressed |
|---|
| Key | GetKeyPressed | () |
|
| SetKeyPressed |
|---|
| void | SetKeyPressed | (Key key) |
|
| AddActionListener |
|---|
| void | AddActionListener | (PushButtonListener listener) |
|
| PushAction |
|---|
| void | PushAction | (PushButtonAction action) |
|
| CreateTimer |
|---|
| void | CreateTimer | (PushButtonTimer timer, String timerName, boolean writeInTrail) |
|
| StartTimer |
|---|
| void | StartTimer | (String timerName, int duration) |
|
| StopTimer |
|---|
| void | StopTimer | (String timerName) |
|