TWE 2.4-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

public void configure()

init

public void init()

getJaWEComponent

public JaWEComponent getJaWEComponent()

getDisplay

public javax.swing.JComponent getDisplay()

TWE 2.4-1 API