|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jame.core.extension.ExtensionConfig
public abstract class ExtensionConfig
Interface of extension configurations.
| Constructor Summary | |
|---|---|
ExtensionConfig()
|
|
| Method Summary | |
|---|---|
void |
addChangeListener(ValueChangeListener listener)
Add a change listener. |
abstract ExtensionConfig |
clone()
|
protected void |
createConfigElements()
Called to create the configuration elements. |
void |
dispose()
|
protected void |
disposeConfigElements()
Called to dispose the configuration elements. |
void |
finalize()
|
protected void |
fireValueChanged(ValueChangeEvent e)
Fires a new event. |
java.util.List<ConfigElement> |
getConfigElements()
Returns the elements list. |
ConfigContext |
getContext()
Returns the configuration context. |
java.lang.String |
getExtensionId()
Returns the extensionId. |
ConfigurableExtensionReference<?> |
getExtensionReference()
Returns the extension reference. |
protected void |
initConfigElements()
Called to initialize the configuration elements. |
void |
removeChangeListener(ValueChangeListener listener)
Remove a change listener. |
void |
setContext(ConfigContext context)
Sets the configuration context. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionConfig()
| Method Detail |
|---|
public void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableObject.finalize()public void dispose()
public void setContext(ConfigContext context)
context - the configuration context to set.public ConfigContext getContext()
protected void createConfigElements()
protected void disposeConfigElements()
protected void initConfigElements()
public ConfigurableExtensionReference<?> getExtensionReference()
public java.lang.String getExtensionId()
public java.util.List<ConfigElement> getConfigElements()
public abstract ExtensionConfig clone()
clone in class java.lang.ObjectObject.clone()public void addChangeListener(ValueChangeListener listener)
listener - the listener.public void removeChangeListener(ValueChangeListener listener)
listener - the listener.protected void fireValueChanged(ValueChangeEvent e)
e - event to fire.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||