java.lang.Object
public class BoundsDesc extends GenericDesc<Bounds>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BoundsDesc()Creates a newGenericDescfrom the given annotation class. -
Method Summary
Modifier and Type Method Description voidapplyTo(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 newGenericDescfrom 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:
applyToin classGenericDesc<Bounds>- Parameters:
component- theComponentreference
-