Package org.opt4j.viewer
Annotation Type WidgetParameters
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface WidgetParameters
TheWidgetParameters.- See Also:
Widget
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanclosableReturnstrueif the widget is closable.StringiconReturns the icon of the frame.booleaniconifiableReturnstrueif the widget is iconifiable.booleanmaximizableReturnstrueif the widget is maximizable.booleanresizableReturnstrueif the widget is resizable.StringtitleReturns the title of the frame.
-