org.openpermis.editor.policy.view
Class ActionEditor
java.lang.Object
org.openpermis.editor.policy.view.AbstractView
org.openpermis.editor.policy.view.AbstractEditor<ActionPresenter>
org.openpermis.editor.policy.view.ActionEditor
- All Implemented Interfaces:
- EventListener, AncestorListener, ErrorReporter, Editor, View
public class ActionEditor
- extends AbstractEditor<ActionPresenter>
- implements AncestorListener
Editor for a ActionPresenter
.
- Since:
- 0.1.0
Methods inherited from class org.openpermis.editor.policy.view.AbstractView |
attach, canEditPart, closeView, createEditor, createFormBuilder, createTranslationConverter, detach, editPart, getAction, getActionMap, getAdapteeTrader, getApplicationContext, getContentPane, getControlFactory, getDefaultFocusComponent, getIcon, getParentView, getResourceMap, getTitle, getViewContext, isEmbedded, openView, setEnabled, setParentView, showStatusError, updateTitle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionEditor
public ActionEditor(ApplicationContext context,
Adapter trader,
ActionPresenter presenter)
- Creates a new editor view.
- Parameters:
context
- the application context used to lookup the action and resource map.presenter
- the presenter of this view.- Since:
- 0.1.0
moveUpParameter
@Action
public void moveUpParameter()
- Since:
- 0.1.0
moveDownParameter
@Action
public void moveDownParameter()
- Since:
- 0.1.0
addParameter
@Action
public void addParameter()
- Since:
- 0.1.0
removeParameter
@Action
public void removeParameter()
- Since:
- 0.1.0
bind
protected void bind(org.jdesktop.beansbinding.BindingGroup bindings)
- Description copied from class:
AbstractEditor
- Binds all components to the presenter.
This method is called after creation of the content pane.
- Specified by:
bind
in class AbstractEditor<ActionPresenter>
- Parameters:
bindings
- the binding group to add bindings to.- Since:
- 0.1.0
createContentPane
protected JComponent createContentPane()
- Description copied from class:
AbstractView
- Creates the content pane of this view.
- Specified by:
createContentPane
in class AbstractView
- Returns:
- the content pane of this view, must not be
null
. - Since:
- 0.9.0
ancestorAdded
public void ancestorAdded(AncestorEvent event)
- Specified by:
ancestorAdded
in interface AncestorListener
- Since:
- 0.1.0
ancestorMoved
public void ancestorMoved(AncestorEvent event)
- Specified by:
ancestorMoved
in interface AncestorListener
- Since:
- 0.1.0
ancestorRemoved
public void ancestorRemoved(AncestorEvent event)
- Specified by:
ancestorRemoved
in interface AncestorListener
- Since:
- 0.1.0
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:17:21
Copyright (c) 2002-2007 Ergon Informatik AG