|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MultiView.Module
interface implemented by all UI Modules. The MultiView manages a set of UI Modules. Each Module is responsible for providing a component to show in a multiview tab, responding to print requests, and requesting its own toolbar and menu items
Method Summary | |
---|---|
Component |
getComponent()
get the Component for this Module |
String |
getModuleName()
get the module's name |
MultiView.ViewType |
getViewType()
get the modules ViewType |
void |
initialize(MultiView parent)
called by the parent Multiview to allow the Module to initialize its toolbar items, menu items, and anything else that must be initalized before its Module methods can be called |
void |
print()
print the Module |
Method Detail |
---|
String getModuleName()
MultiView.ViewType getViewType()
Component getComponent()
void print()
void initialize(MultiView parent)
parent
- the parent MultiView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |