|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UIPluginView
All plugin views should inherit from this interface so that we can always check to see if they are a plugin view.
Any non generic UI plugin view functions are placed here, and every UI should implement them.
UISWTView
Method Summary | |
---|---|
void |
closeView()
Closes the view |
Object |
getDataSource()
Retrieve the data sources related to this view. |
PluginInterface |
getPluginInterface()
Gets the plugin interface associated with this view, null if none defined |
UIPluginViewToolBarListener |
getToolBarListener()
|
String |
getViewID()
ID of the view |
void |
setToolBarListener(UIPluginViewToolBarListener l)
|
Method Detail |
---|
Object getDataSource()
String getViewID()
void closeView()
PluginInterface getPluginInterface()
void setToolBarListener(UIPluginViewToolBarListener l)
UIPluginViewToolBarListener getToolBarListener()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |