|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alveole.studio.web.packager.dialogs.EditPackageModel
public abstract class EditPackageModel
This is the model associated to CreatePackageDialog.
Field Summary | |
---|---|
protected NodePackage |
current
Current node (optional). |
protected NodePackage |
parent
Parent node. |
Constructor Summary | |
---|---|
EditPackageModel(ProjectContext context,
NodePackage parent)
Create model. |
Method Summary | |
---|---|
NodePackage |
getCurrent()
Get optional current NodePackage (is editing an existing package). |
java.lang.String |
getLabel()
Package label. |
java.util.ArrayList<PackageExtensionManager> |
getPlugins()
|
protected abstract void |
performAction()
Method to be implemented for handling performAction. |
void |
performOk()
Method called on OK. |
void |
setCurrent(NodePackage current)
Set optional current NodePackage (is editing an existing package). |
void |
setLabel(java.lang.String label)
Package label. |
void |
setPlugins(java.util.ArrayList<PackageExtensionManager> plugins)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NodePackage parent
protected NodePackage current
Constructor Detail |
---|
public EditPackageModel(ProjectContext context, NodePackage parent)
parent
- Parent package.Method Detail |
---|
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
protected abstract void performAction()
public void performOk()
public NodePackage getCurrent()
public void setCurrent(NodePackage current)
public java.util.ArrayList<PackageExtensionManager> getPlugins()
public void setPlugins(java.util.ArrayList<PackageExtensionManager> plugins)
plugins
- the plugins to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |