OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextEditor
(Results
1 - 10
of
10
) sorted by null
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
LinesEditor.java
21
public class LinesEditor extends
TextEditor
{
IntEditor.java
21
public class IntEditor extends
TextEditor
{
TextEditor.java
29
public class
TextEditor
implements Editor {
32
final EditText
textEditor
= (EditText) v.findViewById(R.id.text_editor);
33
textEditor
.setVisibility(View.VISIBLE);
34
textEditor
.setInputType(getInputType());
37
textEditor
.setText(item.getValue() == null ? "" : item.getValue().toString());
41
textEditor
.addTextChangedListener(new TextWatcher() {
Editors.java
44
editors.put(TYPE_TEXT, new
TextEditor
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java
49
import org.eclipse.ui.editors.text.
TextEditor
;
61
import org.eclipse.ui.
texteditor
.IDocumentProvider;
70
* It is designed to work with a {@link
TextEditor
} that will display a text file.
94
private
TextEditor
mTextEditor;
170
* multi-page editor) by re-using the actions defined by the {@link
TextEditor
}
499
mTextEditor = new
TextEditor
();
527
* Gives access to the {@link IDocument} from the {@link
TextEditor
}, corresponding to
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar
/external/guice/lib/build/
bnd-0.0.384.jar
/prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar
Completed in 134 milliseconds