org.hudsonci.maven.plugin.ui.gwt.configure.workspace
Interface WorkspaceManagerView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
WorkspaceManagerViewImpl

public interface WorkspaceManagerView
extends com.google.gwt.user.client.ui.IsWidget

Provides the workspace UI.

Since:
2.1.0
Author:
Jason Dillon

Method Summary
 void add(WorkspaceView view)
           
 void setPresenter(WorkspaceManagerPresenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(WorkspaceManagerPresenter presenter)

add

void add(WorkspaceView view)


Copyright © 2004-2011 Hudson. All Rights Reserved.