Version: 1.1.1

Uses of Interface
org.biomoby.client.MobyRequestEventHandler

Packages that use MobyRequestEventHandler
ca.ucalgary.seahawk.gui Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. 
org.biomoby.client The components used for developing Moby clients. 
 

Uses of MobyRequestEventHandler in ca.ucalgary.seahawk.gui
 

Classes in ca.ucalgary.seahawk.gui that implement MobyRequestEventHandler
 class MobyContentClipboard
          The clipboard is a special tab that holds a query with a MOBY Collection that the user can add and subtract MobyDataInstances from.
 class MobyContentGUI
          Main interface component: textually displays the data in a MOBY content XML document.
 class MobyContentHelpPane
          Special text display tab in Seahawk for the Seahawk help file.
 class MobyContentPane
          Text area contained in a Seahawk GUI tab.
 class MobyShimmer
          The purpose of this class is to improve service interoperability "shims" by checking the MOBY service listings for services that do format conversion on the given data, then adds service options for the output types of those services, if they aren't in the menu already.
 

Methods in ca.ucalgary.seahawk.gui with parameters of type MobyRequestEventHandler
 void MobyServicesGUI.addPopupOptions(MobyDataInstance mobyData, JPopupMenu popupList, boolean asynchronous, MobyRequestEventHandler handler)
          Find the list of available services querying MobyCentral directly with a piece of data.
 void MobyShimmer.addPopupOptions(MobyPrimaryData mobyData, JPopupMenu popupList, boolean asynchronous, MobyRequestEventHandler handler)
           
 void MobyServicesGUI.addPopupOptions(Node targetNode, JPopupMenu popupList, boolean asynchronous, MobyRequestEventHandler handler)
          Find the list of available services based on the XML->moby datatype mapping utility in mobyClient.
 void MobyServicesGUI.addPopupOptions(Object mobyData, JPopupMenu popupList, boolean asynchronous, MobyRequestEventHandler handler, MobyPayloadRequestListener payloadCreator, String extraMenuText)
          Find the list of available services querying MobyCentral directly with a piece of data.
 void MobyServicesGUI.addPopupOptions(String textData, JPopupMenu popupList, boolean asynchronous, MobyRequestEventHandler handler)
           
 void MobyServicesGUI.setResponseHandler(MobyRequestEventHandler mreh)
          If a service is invoked by this class, the event handler registered here will get a callback when the response is ready for display (MobyServicesGUI does not display service results, this is its way of delegating that responsibility).
 void MobyServicesGUI.setupService(MobyService mobyService, MobyDataInstance mdi, MobyRequestEventHandler mreh)
          Call the service given, or first launch a GUI to get missing input data if not provided in the MobyDataInstance.
 void MobyServicesGUI.setupServiceSecondaryData(MobyRequestEventHandler handler)
          Called when the 'Execute Service' button in the secondary input dialog in pushed.
 

Uses of MobyRequestEventHandler in org.biomoby.client
 

Methods in org.biomoby.client with parameters of type MobyRequestEventHandler
 void MobyRequest.addEventHandler(MobyRequestEventHandler h)
           
 int MobyRequest.invokeService(MobyRequestEventHandler handler)
          Asynchronous call to invokeService.
 void MobyRequest.removeEventHandler(MobyRequestEventHandler h)
           
 


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010