com.change_vision.jude.api.inf.ui
Class IPluginModelTab.Stub

com.change_vision.jude.api.inf.ui.IPluginModelTab.Stub
All Implemented Interfaces:
IPluginModelTab
Enclosing interface:
IPluginModelTab

public class IPluginModelTab.Stub
implements IPluginModelTab

The stub implementation of IPluginModelTab


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.change_vision.jude.api.inf.ui.IPluginModelTab
IPluginModelTab.Stub
 
Method Summary
 Object getModel()
           
 List<?> getModelParameters()
           
 String getTabName()
           
 void initPanel()
           
 void setModel(Object model)
           
 void update()
           
 
Methods inherited from class com.change_vision.jude.api.inf.ui.IPluginModelTab
getModel, getModelParameters, getTabName, initPanel, setModel, update
 

Method Detail

getModel

public Object getModel()

getModelParameters

public List<?> getModelParameters()

getTabName

public String getTabName()

initPanel

public void initPanel()

setModel

public void setModel(Object model)

update

public void update()