HomeSort by relevance Sort by last modified time
    Searched refs:GridDataFactory (Results 1 - 15 of 15) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 23 * <li>The setters on GridDataFactory all return "this", allowing them to be chained</li>
24 * <li>GridDataFactory uses vector setters (it accepts Points), making it easy to set X and Y values
29 * GridDataFactory instances are created using one of the static methods on this class.
40 * // GridDataFactory version
41 * GridDataFactory.fillDefaults().applyTo(myLabel);
50 * // GridDataFactory version
51 * GridDataFactory.fillDefaults()
66 * // GridDataFactory version
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
80 * // GridDataFactory versio
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
PageSiteComposite.java 21 import org.eclipse.wb.internal.core.utils.ui.GridDataFactory;
47 GridDataFactory.create(m_title).grabH().fill();
52 GridDataFactory.create(m_toolBar).fill();
58 GridDataFactory.create(separator).spanH(2).grabH().fillH();
90 GridDataFactory.create(m_page.getControl()).spanH(2).grab().fill();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 26 import org.eclipse.jface.layout.GridDataFactory;
72 GridDataFactory.fillDefaults().grab(true, true).applyTo(mComposite);
76 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
79 GridDataFactory.fillDefaults().grab(true, false).applyTo(mSizeLabel);
83 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
86 GridDataFactory.fillDefaults().grab(true, false).applyTo(mUsageLabel);
90 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
93 GridDataFactory.fillDefaults().grab(true, false).applyTo(mTypeLabel);
97 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
114 GridDataFactory.fillDefaults().grab(true, false).applyTo(mDisplayFormatCombo)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 26 import org.eclipse.wb.internal.core.utils.ui.GridDataFactory;
81 GridDataFactory.create(m_valueText).grab().hintC(80, 8).fill();
85 GridDataFactory.create(m_valueText).grab().hintC(50, 1).fill();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 23 import org.eclipse.jface.layout.GridDataFactory;
63 GridDataFactory.fillDefaults().span(2, 1).applyTo(l);
67 GridDataFactory.fillDefaults()
95 GridDataFactory.fillDefaults().span(2, 1).applyTo(mStatusLabel);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 29 import org.eclipse.jface.layout.GridDataFactory;
127 GridDataFactory.fillDefaults().grab(true, true).applyTo(c);
132 GridDataFactory.fillDefaults().span(2, 1).applyTo(l);
136 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
139 GridDataFactory.defaultsFor(mWallClockTimeLabel)
145 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l);
148 GridDataFactory.defaultsFor(mThreadTimeLabel)
153 GridDataFactory.fillDefaults().span(2, 1).applyTo(l);
158 GridDataFactory.fillDefaults().span(2, 1).applyTo(l);
161 GridDataFactory.fillDefaults().grab(true, true).span(2, 1).applyTo(table)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
TextDialog.java 22 import org.eclipse.wb.internal.core.utils.ui.GridDataFactory;
89 GridDataFactory.create(m_textWidget).grab().fill().hintVC(10);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 37 import org.eclipse.wb.internal.core.utils.ui.GridDataFactory;
160 GridDataFactory.create(browser).hintC(hintH, hintV);
176 GridDataFactory.create(browser).grab().fill();
306 GridDataFactory.create(label).hintHC(50).hintHMin(requiredWidth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
StateViewPage.java 38 import org.eclipse.jface.layout.GridDataFactory;
112 GridDataFactory.fillDefaults().grab(true, true).applyTo(tree);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 63 import org.eclipse.jface.layout.GridDataFactory;
307 GridDataFactory.defaultsFor(mInstrumentationCombo)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 3405 milliseconds