OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextValueCellEditor
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
TextValueCellEditor.java
28
public class
TextValueCellEditor
extends TextCellEditor {
30
public
TextValueCellEditor
(Composite parent) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java
24
import com.android.ide.eclipse.adt.internal.editors.ui.
TextValueCellEditor
;
239
return new
TextValueCellEditor
(parent);
Completed in 219 milliseconds