|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.properties.tabbed.AbstractTabDescriptor
An abstract implementation of a tab descriptor for the tabbed property view.
Field Summary |
Fields inherited from interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor |
TOP |
Constructor Summary | |
AbstractTabDescriptor()
Constructor for AbstractTabDescriptor. |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.views.properties.tabbed.ITabDescriptor |
getCategory, getId, getLabel |
Constructor Detail |
public AbstractTabDescriptor()
Method Detail |
public Object clone()
public TabContents createTab()
ITabDescriptor
createTab
in interface ITabDescriptor
public boolean equals(Object object)
public String getAfterTab()
ITabDescriptor
getAfterTab
in interface ITabDescriptor
public Image getImage()
ITabItem
getImage
in interface ITabItem
public List getSectionDescriptors()
getSectionDescriptors
in interface ITabDescriptor
public String getText()
ITabItem
getText
in interface ITabItem
public int hashCode()
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.
|
Eclipse Platform Release 3.4 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.