public abstract class DefaultOptionHandler extends Object implements com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandler
| Constructor and Description |
|---|
DefaultOptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
aboutToHide() |
protected void |
aboutToShow() |
boolean |
canNavigateTo(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target) |
Image |
getImage() |
protected DefaultTestLayoutProvider |
getLayoutProvider() |
protected TestEditor |
getTestEditor() |
String |
getTitle() |
String |
getTooltipText() |
protected boolean |
isSelected()
Returns whether this option panel is currently visible in the test
details.
|
boolean |
isVisible() |
boolean |
navigateTo(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target) |
void |
setInitializationData(IConfigurationElement config,
String propertyName,
Object data) |
void |
setLayoutProvider(DefaultTestLayoutProvider provider) |
void |
setVisible(boolean visible) |
public boolean isVisible()
isVisible in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic String getTitle()
getTitle in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic String getTooltipText()
getTooltipText in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic Image getImage()
getImage in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic boolean canNavigateTo(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target)
canNavigateTo in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic boolean navigateTo(com.ibm.rational.common.test.editor.framework.kernel.interfaces.ITargetDescriptor target)
navigateTo in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic void setLayoutProvider(DefaultTestLayoutProvider provider)
setLayoutProvider in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic void setVisible(boolean visible)
setVisible in interface com.ibm.rational.common.test.editor.framework.kernel.interfaces.IOptionsHandlerpublic void setInitializationData(IConfigurationElement config, String propertyName, Object data) throws CoreException
setInitializationData in interface IExecutableExtensionCoreExceptionprotected void aboutToShow()
protected void aboutToHide()
protected TestEditor getTestEditor()
protected DefaultTestLayoutProvider getLayoutProvider()
protected boolean isSelected()
© Copyright IBM Corp. 2016. All rights reserved.