HomeSort by relevance Sort by last modified time
    Searched refs:Composite (Results 176 - 200 of 279) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
LogWindow.java 34 import org.eclipse.swt.widgets.Composite;
55 private Composite mRootComposite;
171 mRootComposite = new Composite(mShell, SWT.NONE);
AdtUpdateDialog.java 41 import org.eclipse.swt.widgets.Composite;
192 Composite composite1 = new Composite(shell, SWT.NONE);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 53 import org.eclipse.swt.widgets.Composite;
71 * The AVD selector is a table that is added to the given parent composite.
99 * "global" enabled state on this composite. */
200 * @param parent The parent composite where the selector will be added.
208 public AvdSelector(Composite parent,
227 Composite group = new Composite(parent, SWT.NONE);
249 Composite buttons = new Composite(group, SWT.NONE);
326 Composite padding = new Composite(buttons, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 90 import org.eclipse.swt.widgets.Composite;
127 public class PaletteControl extends Composite {
141 public void createControl(Composite parent) {
254 * Create the composite.
255 * @param parent The parent composite.
258 public PaletteControl(Composite parent, GraphicalEditorPart editor) {
480 protected Composite createChildContainer(Composite parent, Object header, int style) {
483 final Composite composite;
    [all...]
ImageControl.java 31 import org.eclipse.swt.widgets.Composite;
63 public ImageControl(Composite parent, int style, Image image) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 34 import org.eclipse.swt.widgets.Composite;
76 * @param parent the parent composite.
81 Control createComposite(Composite parent, EventLogParser logParser, ILogColumnListener listener) {
241 * @param parent the parent {@link Composite}
243 * @return the top Composite of the UI.
245 private Control createLogUI(Composite parent, final ILogColumnListener listener) {
246 Composite mainComp = new Composite(parent, SWT.NONE);
DisplaySyncPerf.java 23 import org.eclipse.swt.widgets.Composite;
109 * @param parent the parent composite.
114 public Control createComposite(final Composite parent, EventLogParser logParser,
116 Control composite = createCompositeChart(parent, logParser, "Sync Performance"); local
118 return composite;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 44 import org.eclipse.swt.widgets.Composite;
77 private Composite mStatusComposite;
138 public void createDialogContent(Composite parent) {
284 mStatusComposite = new Composite(parent, SWT.NONE);
297 protected Control createContents(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 52 import org.eclipse.swt.widgets.Composite;
121 public void createControl(Composite parent) {
125 Composite comp = new Composite(parent, SWT.NONE);
249 * @param parent the parent composite
251 protected void createProjectEditor(Composite parent) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 46 import org.eclipse.swt.widgets.Composite;
96 public void createControl(Composite parent) {
102 // create a composite where the frame statistics are displayed
111 private void createFrameStatisticsPart(Composite parent) {
112 Composite c = new Composite(parent, SWT.NONE);
  /sdk/traceview/src/com/android/traceview/
ProfileView.java 37 import org.eclipse.swt.widgets.Composite;
51 public class ProfileView extends Composite implements Observer {
66 public ProfileView(Composite parent, TraceReader reader,
110 // Create another composite to hold the label and text box
111 Composite composite = new Composite(this, SWT.NONE); local
112 composite.setLayout(new GridLayout(2, false));
113 composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
116 Label label = new Label(composite, SWT.NONE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 62 import org.eclipse.swt.widgets.Composite;
207 protected void createButtonsForButtonBar(Composite parent) {
271 protected Control createDialogArea(Composite parent) {
272 Composite top = (Composite)super.createDialogArea(parent);
294 * @param top the parent composite
296 private void createButtons(Composite top) {
335 * @param top the parent composite
337 private void createNewResButtons(Composite top) {
410 * @param top the parent composite
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 44 import org.eclipse.swt.widgets.Composite;
128 public void createControl(Composite parent) {
129 Composite content = new Composite(parent, SWT.NONE);
145 * @param content A composite with a 1-column grid layout
147 public void createStringGroup(Composite content) {
207 * @param content A composite with a 1-column grid layout
209 private void createResFileGroup(Composite content) {
249 * @param content A composite with a 1-column grid layout
251 private void createOptionGroup(Composite content)
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterChooserDialog.java 50 import org.eclipse.swt.widgets.Composite;
74 private Composite mPackageRootComposite;
143 * See also {@link #createButtonBar(Composite)} below.
146 public void createDialogContent(Composite parent) {
180 mPackageRootComposite = new Composite(mSashForm, SWT.NONE);
240 protected Control createButtonBar(Composite parent) {
241 Composite composite = new Composite(parent, SWT.NONE); local
249 composite.setLayout(layout);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleWizard.java 43 import org.eclipse.swt.widgets.Composite;
103 public void createControl(Composite parent) {
106 Composite composite = new Composite(parent, SWT.NONE); local
107 composite.setLayout(new GridLayout(2, false));
109 Label nameLabel = new Label(composite, SWT.NONE);
113 mNameText = new Text(composite, SWT.BORDER);
117 mRemoveExtracted = new Button(composite, SWT.CHECK);
123 mRemoveAll = new Button(composite, SWT.CHECK)
    [all...]
WrapInWizard.java 43 import org.eclipse.swt.widgets.Composite;
83 public void createControl(Composite parent) {
84 Composite composite = new Composite(parent, SWT.NONE); local
85 composite.setLayout(new GridLayout(2, false));
87 Label typeLabel = new Label(composite, SWT.NONE);
91 mTypeCombo = new Combo(composite, SWT.READ_ONLY);
95 Label idLabel = new Label(composite, SWT.NONE);
99 mIdText = new Text(composite, SWT.BORDER)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 51 import org.eclipse.swt.widgets.Composite;
92 public void createUiControl(final Composite parent, final IManagedForm managedForm) {
113 Composite composite = toolkit.createComposite(parent); local
114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
117 composite.setLayout(gl);
120 toolkit.paintBordersFor(composite);
122 final Text text = toolkit.createText(composite, getCurrentValue());
124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH)
    [all...]
UiPackageAttributeNode.java 53 import org.eclipse.swt.widgets.Composite;
92 public void createUiControl(final Composite parent, final IManagedForm managedForm) {
113 Composite composite = toolkit.createComposite(parent); local
114 composite.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE));
117 composite.setLayout(gl);
120 toolkit.paintBordersFor(composite);
122 final Text text = toolkit.createText(composite, getCurrentValue());
124 gd.horizontalIndent = 1; // Needed by the fixed composite borders under GTK
129 Button browseButton = toolkit.createButton(composite, "Browse...", SWT.PUSH)
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
DeviceSelector.java 45 import org.eclipse.swt.widgets.Composite;
50 public class DeviceSelector extends Composite implements IWindowChangeListener, SelectionListener {
167 public DeviceSelector(Composite parent, boolean doTreeViewStuff, boolean doPixelPerfectStuff) {
PixelPerfectControls.java 32 import org.eclipse.swt.widgets.Composite;
37 public class PixelPerfectControls extends Composite implements IImageChangeListener {
45 public PixelPerfectControls(Composite parent) {
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 51 import org.eclipse.swt.widgets.Composite;
531 private Composite mTop;
541 protected Control createContents(Composite parent) {
542 mTop = new Composite(parent, SWT.NONE);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 52 import org.eclipse.swt.widgets.Composite;
125 private Composite mParent;
406 protected Control createControl(Composite parent) {
409 Composite top = new Composite(parent, SWT.NONE);
433 Composite bottom = new Composite(top, SWT.NONE);
922 Composite top = new Composite(mFolders, SWT.NONE);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 81 import org.eclipse.swt.widgets.Composite;
145 * @see org.eclipse.debug.ui.ILaunchConfigurationTab#createControl(org.eclipse.swt.widgets.Composite)
148 public void createControl(Composite parent) {
151 Composite comp = new Composite(parent, SWT.NONE);
174 private void createSpacer(Composite comp) {
181 private void createSingleTestSection(Composite comp) {
261 private void createTestContainerSelectionGroup(Composite comp) {
300 private void createInstrumentationGroup(Composite comp) {
321 private void createSizeSelector(Composite comp)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 29 import org.eclipse.swt.widgets.Composite;
52 public AbstractPropertiesFieldsPart(Composite body, FormToolkit toolkit, ExportEditor editor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 40 import org.eclipse.swt.widgets.Composite;
68 public final void createUiControl(final Composite parent, IManagedForm managedForm) {

Completed in 4882 milliseconds

1 2 3 4 5 6 78 91011>>