public abstract class AbstractTabDescriptor extends Object implements ITabDescriptor, Cloneable
TOP
Constructor and Description |
---|
AbstractTabDescriptor()
Constructor for AbstractTabDescriptor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
TabContents |
createTab()
Instantiate this tab's sections.
|
boolean |
equals(Object object) |
String |
getAfterTab()
Get the identifier of the tab after which this tab should be displayed.
|
Image |
getImage()
Get the icon image for the tab.
|
List |
getSectionDescriptors()
Get the list of section descriptors for the tab.
|
String |
getText()
Get the text label for the tab.
|
int |
hashCode() |
boolean |
isIndented()
Determine if this tab is indented.
|
boolean |
isSelected()
Determine if this tab is selected.
|
void |
setSectionDescriptors(List sectionDescriptors)
Set the list of section descriptors for the tab.
|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCategory, getId, getLabel
public AbstractTabDescriptor()
public TabContents createTab()
ITabDescriptor
createTab
in interface ITabDescriptor
public String getAfterTab()
ITabDescriptor
getAfterTab
in interface ITabDescriptor
public Image getImage()
ITabItem
public List getSectionDescriptors()
getSectionDescriptors
in interface ITabDescriptor
public String getText()
ITabItem
public boolean isIndented()
ITabItem
isIndented
in interface ITabItem
true
if this tab is indented.public boolean isSelected()
ITabItem
isSelected
in interface ITabItem
true
if this tab is selected.public void setSectionDescriptors(List sectionDescriptors)
sectionDescriptors
- the list of section descriptors for the tab.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.