java.lang.Object
public class BoundsDesc extends GenericDesc<Bounds>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BoundsDesc()
Creates a newGenericDesc
from the given annotation class. -
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
-
BoundsDesc
public BoundsDesc()Creates a newGenericDesc
from the given annotation class.- Throws:
java.lang.NullPointerException
- if the given annotation class isnull
-
-
Method Details
-
applyTo
public void applyTo(java.awt.Component component)Applies the stored options on the given component.- Specified by:
applyTo
in classGenericDesc<Bounds>
- Parameters:
component
- theComponent
reference
-