OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tabFolder
(Results
1 - 7
of
7
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java
88
CTabFolder
tabFolder
;
135
this.
tabFolder
= new CTabFolder(parent, SWT.BORDER);
148
PlatformUI.getWorkbench().getHelpSystem().setHelp(this.
tabFolder
, "org.eclipse.test.performance.ui.results");
159
this.
tabFolder
.setSimple(false);
177
CTabItem item = new CTabItem (this.
tabFolder
, SWT.NONE);
179
item.setControl (this.tabs[i].createTabFolderPage(this.componentResultsElement, this.
tabFolder
, this.fullLineSelection.isChecked()));
182
this.
tabFolder
.setSelection(0);
190
this.
tabFolder
.dispose();
324
int tabIndex = this.
tabFolder
.getSelectionIndex();
328
CTabItem[] tabItems = this.
tabFolder
.getItems()
[
all
...]
/prebuilts/devtools/tools/lib/
sdkuilib.jar
ddms.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 30 milliseconds