|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageExtensionManager
This interface enables to display some panels of properties on package properties editor.
Method Summary | |
---|---|
boolean |
dirty()
Check if specific settings changed on editor. |
void |
getControls(ProjectContext project,
NodePackage current,
org.eclipse.swt.widgets.Control[] controls,
org.eclipse.swt.widgets.Composite parent)
Build some controls given the parent control. |
java.lang.String[] |
getTitles(ProjectContext project,
NodePackage current)
Gets the tabs name. |
void |
onOk(NodePackage current)
Called when user performs OK. |
Method Detail |
---|
java.lang.String[] getTitles(ProjectContext project, NodePackage current)
void getControls(ProjectContext project, NodePackage current, org.eclipse.swt.widgets.Control[] controls, org.eclipse.swt.widgets.Composite parent)
project
- The current project.current
- The current selected package. If null, consider instanciating a new package.controls
- The array to fill.parent
- Parent control.boolean dirty()
void onOk(NodePackage current)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |