OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaletteControl
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java
128
public class
PaletteControl
extends Composite {
131
* Wrapper to create a {@link
PaletteControl
}
135
private
PaletteControl
mControl;
143
mControl = new
PaletteControl
(parent, mEditorPart);
259
public
PaletteControl
(Composite parent, GraphicalEditorPart editor) {
[
all
...]
PreviewIconFactory.java
77
private
PaletteControl
mPalette;
84
public PreviewIconFactory(
PaletteControl
palette) {
GraphicalEditorPart.java
80
import com.android.ide.eclipse.adt.internal.editors.layout.gle2.
PaletteControl
.PalettePage;
255
private
PaletteControl
mPalette;
393
mPalette = (
PaletteControl
) decor.getControl();
[
all
...]
Completed in 823 milliseconds