java.lang.Object
public class WindowDesc extends GenericDesc<SwingWindow>
The wrapper class for the
SwingWindow
annotation.- Since:
- 1.0
- See Also:
SwingWindow
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WindowDesc()
Creates a newWindowDesc
. -
Method Summary
Modifier and Type Method Description void
applyTo(java.awt.Component component)
Applies the stored options on the given component.Methods inherited from class org.proto4j.swing.core.desc.GenericDesc
annotationType, get, getDefinedOptions, getOption, hasOption, keys, put, read, read
-
Constructor Details
-
WindowDesc
public WindowDesc()Creates a newWindowDesc
.
-
-
Method Details
-
applyTo
public void applyTo(java.awt.Component component)Applies the stored options on the given component.- Specified by:
applyTo
in classGenericDesc<SwingWindow>
- Parameters:
component
- theComponent
reference
-