java.lang.Object
public class PositionDesc extends GenericDesc<Position>
The wrapper class for the
Position
annotation.- Since:
- 1.0
- See Also:
Position
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PositionDesc()
Creates a newPositionDesc
. -
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
-
PositionDesc
public PositionDesc()Creates a newPositionDesc
.
-
-
Method Details
-
applyTo
public void applyTo(java.awt.Component component)Applies the stored options on the given component.- Specified by:
applyTo
in classGenericDesc<Position>
- Parameters:
component
- theComponent
reference
-