Package org.opt4j.viewer
Annotation Interface WidgetParameters
The
WidgetParameters
.- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Returnstrue
if the widget is closable.Returns the icon of the frame.boolean
Returnstrue
if the widget is iconifiable.boolean
Returnstrue
if the widget is maximizable.boolean
Returnstrue
if the widget is resizable.Returns the title of the frame.
-
Element Details
-
title
Returns the title of the frame.- Returns:
- the title of the frame
- Default:
"Widget"
-
icon
Returns the icon of the frame.- Returns:
- the icon of the frame
- Default:
""
-
resizable
boolean resizableReturnstrue
if the widget is resizable.- Returns:
true
if the widget is resizable.
- Default:
true
-
closable
boolean closableReturnstrue
if the widget is closable.- Returns:
true
if the widget is closable
- Default:
true
-
maximizable
boolean maximizableReturnstrue
if the widget is maximizable.- Returns:
true
if the widget is maximizable
- Default:
true
-
iconifiable
boolean iconifiableReturnstrue
if the widget is iconifiable.- Returns:
true
if the widget is iconifiable
- Default:
true
-