Together Workflow Editor 3.0-1 API

org.enhydra.jawe
Interface JaWEComponentView

All Known Implementing Classes:
DetailedPackageNavigatorPanel, ExtPkgRelationsPanel, GraphControllerPanel, GraphOverviewPanel, InfoBar, InlinePanel, JaWEFrame, LanguageSwitcherMenu, LDAPPanel, PackageNavigatorPanel, ProblemsNavigatorPanel, RecentFilesMenu, ReconfiguratorMenu, SearchNavigatorPanel, SimpleNavigatorPanel, TransientPkgPoolPanel, WfXMLPanel, XPDLViewControllerPanel

public interface JaWEComponentView

Interface for displaying JaWE components.

Author:
Sasa Bojanic

Method Summary
 void configure()
           
 javax.swing.JComponent getDisplay()
           
 JaWEComponent getJaWEComponent()
           
 void init()
           
 

Method Detail

configure

void configure()

init

void init()

getJaWEComponent

JaWEComponent getJaWEComponent()

getDisplay

javax.swing.JComponent getDisplay()

Together Workflow Editor 3.0-1 API