|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jbbres.lib.actions.tools.elements.ResourceBundleElementDescription<T>
com.jbbres.lib.actions.tools.elements.AbstractElementDescription<T>
public abstract class AbstractElementDescription<T extends Element>
Provides information regarding the element, such as its name, a short description, its version number etc.
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE
The Class full name that contains the model associated to
the element. |
| Fields inherited from interface com.jbbres.lib.actions.elements.ElementDescription |
|---|
CATEGORY_SEPARATOR, DESCRIPTION_CATEGORIES, DESCRIPTION_COMPANY_NAME, DESCRIPTION_COMPANY_SUPPORT, DESCRIPTION_COMPANY_WEBSITE, DESCRIPTION_COPYRIGHT, DESCRIPTION_ICON, DESCRIPTION_SUMMARY, DESCRIPTION_TITLE, DESCRIPTION_VERSION, TYPE |
| Constructor Summary | |
|---|---|
AbstractElementDescription(java.lang.Class<? extends AbstractElement> elementClazz)
Instantiates a new element properties. |
|
| Method Summary |
|---|
| Methods inherited from class com.jbbres.lib.actions.tools.elements.ResourceBundleElementDescription |
|---|
addElementDescriptionChangeListener, compareTo, defaultIcon, fireElementDesccriptionChange, getCategories, getDescription, getElementClass, getElementDescription, getIcon, getSearchableValue, newElementInstance, removeElementDescriptionChangeListener |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVICE
Class full name that contains the model associated to
the element. The class should be an instance of
ElementService .
| Constructor Detail |
|---|
public AbstractElementDescription(java.lang.Class<? extends AbstractElement> elementClazz)
throws java.io.IOException
elementClazz - - the element class
java.io.IOException - Signals that an I/O exception has occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||