|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.change_vision.jude.api.inf.ui.IPluginTabView
public IPluginTabView
Interface to add new tab to the project view by Plug-in.
| Nested Class Summary | |
|---|---|
class |
IPluginTabView.Stub
The stub implementation of IPluginTabView |
| Method Summary | |
|---|---|
abstract void |
addSelectionListener(ISelectionListener listener)
This method is called by the application to add a listener to know what is selected in the tab. |
abstract Component |
getComponent()
Implement to show the content of the tab |
abstract String |
getDescription()
Implement to show the description of the tab |
abstract Object[] |
getSelectedModels()
Implement to get the selected models in the tab. |
abstract String |
getTitle()
Implement to show the title of the tab. |
abstract void |
initTreeModel()
This method is called when the tab is initialized by the application. |
| Method Detail |
|---|
abstract String getTitle()
abstract String getDescription()
abstract Component getComponent()
abstract Object[] getSelectedModels()
abstract void initTreeModel()
abstract void addSelectionListener(ISelectionListener listener)
listener - the listener to be added
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||