org.ow2.orchestra.console.ws.client.ui.ws.explorer
Interface ProcessEndpointsExplorer

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

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

Author:
Loic Albertin

Nested Class Summary
static interface ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter
           
 
Method Summary
 com.google.gwt.user.client.ui.TreeItem addItem(String item)
           
 void clear()
           
 ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter getPresenter()
           
 void setPresenter(ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter presenter)
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setPresenter

void setPresenter(ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter presenter)

getPresenter

ProcessEndpointsExplorer.ProcessEndpointsExplorerPresenter getPresenter()

clear

void clear()

addItem

com.google.gwt.user.client.ui.TreeItem addItem(String item)


Copyright © 2012 OW2 Consortium. All Rights Reserved.