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, waitgetCategory, getId, getLabelpublic AbstractTabDescriptor()
public TabContents createTab()
ITabDescriptorcreateTab in interface ITabDescriptorpublic String getAfterTab()
ITabDescriptorgetAfterTab in interface ITabDescriptorpublic Image getImage()
ITabItempublic List getSectionDescriptors()
getSectionDescriptors in interface ITabDescriptorpublic String getText()
ITabItempublic boolean isIndented()
ITabItemisIndented in interface ITabItemtrue if this tab is indented.public boolean isSelected()
ITabItemisSelected in interface ITabItemtrue 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.