public class LegacyTabDescriptor
extends java.lang.Object
implements org.eclipse.ui.views.properties.tabbed.ITabDescriptor
IEEFTabDescriptor
to a ITabDescriptor
.Constructor and Description |
---|
LegacyTabDescriptor(IEEFTabDescriptor eefTabDescriptor)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.ui.views.properties.tabbed.TabContents |
createTab() |
java.lang.String |
getAfterTab() |
java.lang.String |
getCategory() |
java.lang.String |
getId() |
org.eclipse.swt.graphics.Image |
getImage() |
java.lang.String |
getLabel() |
java.util.List |
getSectionDescriptors() |
java.lang.String |
getText() |
boolean |
isIndented() |
boolean |
isSelected() |
public LegacyTabDescriptor(IEEFTabDescriptor eefTabDescriptor)
eefTabDescriptor
- EEF tab descriptorpublic org.eclipse.swt.graphics.Image getImage()
getImage
in interface org.eclipse.ui.views.properties.tabbed.ITabItem
ITabItem.getImage()
public java.lang.String getText()
getText
in interface org.eclipse.ui.views.properties.tabbed.ITabItem
ITabItem.getText()
public boolean isSelected()
isSelected
in interface org.eclipse.ui.views.properties.tabbed.ITabItem
ITabItem.isSelected()
public boolean isIndented()
isIndented
in interface org.eclipse.ui.views.properties.tabbed.ITabItem
ITabItem.isIndented()
public org.eclipse.ui.views.properties.tabbed.TabContents createTab()
createTab
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.createTab()
public java.lang.String getAfterTab()
getAfterTab
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.getAfterTab()
public java.lang.String getCategory()
getCategory
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.getCategory()
public java.lang.String getId()
getId
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.getId()
public java.lang.String getLabel()
getLabel
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.getLabel()
public java.util.List getSectionDescriptors()
getSectionDescriptors
in interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor
ITabDescriptor.getSectionDescriptors()