Package | Description |
---|---|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOverridableTabListPropertySection
An abstract implementation of a section in a tab that overrides the tabs that
are provided by the tabbed property registry with a new list of tabs.
|
class |
AbstractPropertySection
An abstract implementation of a section in a tab in the tabbed property sheet
page.
|
class |
AdvancedPropertySection
An advanced section that is intended to show the original table format properties view
provided by base Eclipse.
|
Modifier and Type | Method and Description |
---|---|
ISection |
TabContents.getSectionAtIndex(int i)
Retrieve the section at a numbered index.
|
ISection |
ISectionDescriptor.getSectionClass()
Get the class that implements this section.
|
ISection[] |
TabContents.getSections()
Retrieve the sections on the tab.
|
Modifier and Type | Method and Description |
---|---|
int |
TabContents.getSectionIndex(ISection section)
Retrieve a numbered index for the section.
|
void |
TabContents.setSections(ISection[] sections)
Set the sections for the tab.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.