|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflui >> [ workbench overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.embl.ebi.escience.scuflui.workbench
Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state.
See:
Description
Interface Summary | |
FileDrop.Listener | Implement this inner interface to listen for when files are dropped. |
ProcessorFactory | Implementing classes are capable of creating a new processor and attaching it to a model when supplied with the new processor name and a reference to the model. |
Class Summary | |
FileDrop | This class makes it easy to drag and drop files from the operating system to a Java program. |
GenericUIComponentFrame | An internal frame containing a class implementing the scuflui.ScuflUIComponent interface. |
Scavenger | A subclass of DefaultMutableTreeNode that should be subclassed to create particular scavengers for different types of processor |
ScavengerTree | A JTree subclass showing available processors from some set of external libraries or searches. |
ScavengerTreePopupHandler | A class to handle popup menus on nodes on the ScavengerTree tree |
ScavengerTreeRenderer | A cell renderer that paints the appropriate icons depending on the component of the model being displayed. |
ScrollableDesktopPane | ScrollableDesktopPane.java This class gives a DesktopPane which responds properly when placed within a scrollpane. |
SoaplabProcessorFactory | Implementation of ProcessorFactory that creates SoaplabProcessor nodes |
SoaplabScavenger | A Scavenger that knows how to get all the Soaplab services from a specified installation |
SplashScreen | A splash screen for the workbench, code derived heavily from http://www.javaworld.com/javaworld/javatips/jw-javatip104.html |
TalismanProcessorFactory | Implementation of ProcessorFactory that creates TalismanProcessor nodes |
TalismanScavenger | A Scavenger that knows how to load Talisman scripts |
WebScavenger | A scavenger that does a web crawl starting at the specified URL to find scufl xml files. |
Workbench | A sample workbench application to allow editing and visualization of Scufl workflows |
WorkflowProcessorFactory | Implementation of ProcessorFactory that creates WorkflowProcessor nodes |
WorkflowScavenger | A Scavenger that knows how to load nested workflow scripts |
WSDLBasedProcessorFactory | Implementation of ProcessorFactory that creates WSDLBasedProcessor nodes |
WSDLBasedScavenger | A Scavenger that knows how to inspect a given wsdl document for all available port types and operations within them. |
Exception Summary | |
ScavengerCreationException | Signifies that a scavenger failed during instantiation, most commonly because of network unavailability. |
Package org.embl.ebi.escience.scuflui.workbench Description
Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. Classes in this package and any subpackages perform the view and controller roles of the MVC architecture used by Scufl.
|
|||||||||
Home >> All >> org >> embl >> ebi >> escience >> scuflui >> [ workbench overview ] | PREV PACKAGE NEXT PACKAGE |