public class MegaPovXrsTab extends AbstractTab
BUTTON_WIDTH, logger, tabItem| Constructor and Description |
|---|
MegaPovXrsTab() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTab(TabFolder folder)
Called by the framework in order to create all GUI items.
|
OldRenderConfiguration |
getRenderConfiguration(OldRenderConfiguration config)
Returns the given render configuration having set the itmes managed by the tab.
|
void |
setInitialValues()
Sets the initial values of no render configuration is set.
|
void |
setRenderConfiguration(OldRenderConfiguration config)
Sets s render configuration.
|
createLabledComposite, getStringNullSave, getTabItem, stringToNullableCharpublic void createTab(TabFolder folder)
IRenderConfigTabcreateTab in interface IRenderConfigTabcreateTab in class AbstractTabfolder - The TabFolder holding the tab.com.wm.povclipse.actionsets.render.settings.AbstractTab#createTab(org.eclipse.swt.widgets.TabFolder)public void setInitialValues()
IRenderConfigTabsetInitialValues in interface IRenderConfigTabsetInitialValues in class AbstractTabcom.wm.povclipse.actionsets.render.settings.AbstractTab#setInitialValues()public OldRenderConfiguration getRenderConfiguration(OldRenderConfiguration config)
IRenderConfigTabconfig - The RenderConfiguration to be used for
storing the items.RenderConfiguration.com.wm.povclipse.actionsets.render.settings.IRenderConfigTab#getRenderConfiguration(com.OldRenderConfiguration.povclipse.actionsets.render.RenderConfiguration)public void setRenderConfiguration(OldRenderConfiguration config)
IRenderConfigTabconfig - The render configuration to be used.com.wm.povclipse.actionsets.render.settings.IRenderConfigTab#setRenderConfiguration(com.OldRenderConfiguration.povclipse.actionsets.render.RenderConfiguration)