net.sf.doolin.gui.window.opener
Class AbstractViewOpener<V>
java.lang.Object
net.sf.doolin.gui.window.opener.AbstractViewOpener<V>
- All Implemented Interfaces:
- ViewOpener<V>
- Direct Known Subclasses:
- InnerViewOpener, WindowOpener
public abstract class AbstractViewOpener<V>
- extends Object
- implements ViewOpener<V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractViewOpener
public AbstractViewOpener()
delegate
protected void delegate(ActionContext actionContext,
V model)
getActionDelegate
public ActionDelegate<V> getActionDelegate()
openView
public ActionContext openView(ActionContext actionContext,
V model)
- Description copied from interface:
ViewOpener
- Opens the view or the window
- Specified by:
openView in interface ViewOpener<V>
- Parameters:
actionContext - Action contextmodel - Model for the new window or view
- Returns:
- The action context of the opened view or window
openViewInternal
protected abstract ActionContext openViewInternal(ActionContext actionContext,
V model)
setActionDelegate
public void setActionDelegate(ActionDelegate<V> actionDelegate)
Copyright © 2011. All Rights Reserved.