Home
last modified time | relevance | path

Searched refs:PaletteControl (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DPaletteControl.java128 public class PaletteControl extends Composite { class
135 private PaletteControl mControl;
143 mControl = new PaletteControl(parent, mEditorPart); in createControl()
259 public PaletteControl(Composite parent, GraphicalEditorPart editor) { in PaletteControl() method in PaletteControl
1246 Menu menu = manager.createContextMenu(PaletteControl.this); in showMenu()
DPreviewIconFactory.java77 private PaletteControl mPalette;
84 public PreviewIconFactory(PaletteControl palette) { in PreviewIconFactory()
DGraphicalEditorPart.java84 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.PaletteControl.PalettePage;
261 private PaletteControl mPalette;
400 mPalette = (PaletteControl) decor.getControl(); in createPartControl()