java.lang.Object
public class BoundsDesc extends GenericDesc<Bounds>
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description BoundsDesc()Creates a newGenericDescfrom the given annotation class.
- 
Method SummaryModifier 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.GenericDescannotationType, get, getDefinedOptions, getOption, hasOption, keys, put, read, read
- 
Constructor Details- 
BoundsDescpublic BoundsDesc()Creates a newGenericDescfrom the given annotation class.- Throws:
- java.lang.NullPointerException- if the given annotation class is- null
 
 
- 
- 
Method Details- 
applyTopublic void applyTo(java.awt.Component component)Applies the stored options on the given component.- Specified by:
- applyToin class- GenericDesc<Bounds>
- Parameters:
- component- the- Componentreference
 
 
-