|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface WidgetParameters
The WidgetParameters.
Widget| Optional Element Summary | |
|---|---|
boolean |
closable
Returns true if the widget is closable. |
java.lang.String |
icon
Returns the icon of the frame. |
boolean |
iconifiable
Returns true if the widget is iconifiable. |
boolean |
maximizable
Returns true if the widget is maximizable. |
boolean |
resizable
Returns true if the widget is resizable. |
java.lang.String |
title
Returns the title of the frame. |
public abstract java.lang.String title
public abstract java.lang.String icon
public abstract boolean resizable
true if the widget is resizable.
true if the widget is resizable.public abstract boolean closable
true if the widget is closable.
true if the widget is closablepublic abstract boolean maximizable
true if the widget is maximizable.
true if the widget is maximizablepublic abstract boolean iconifiable
true if the widget is iconifiable.
true if the widget is iconifiable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||