HomeSort by relevance Sort by last modified time
    Searched refs:ExportEditor (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 41 public ExportLinksPart(Composite body, FormToolkit toolkit, ExportEditor editor) {
59 ExportEditor.TEXT_EDITOR_ID));
106 * The model should be acceded via the {@link ExportEditor}.
108 * @param editor The {@link ExportEditor} instance.
110 public void onModelInit(ExportEditor editor) {
116 * the {@link ExportEditor} (e.g. getDocument, wrapRewriteSession)
118 * @param editor The {@link ExportEditor} instance.
121 public void onModelChanged(ExportEditor editor, DocumentEvent event) {
ExportEditor.java 33 public class ExportEditor extends AndroidTextEditor {
35 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".text.ExportEditor"; //$NON-NLS-1$
42 public ExportEditor() {
ExportPropertiesPage.java 32 * Page for export properties, used by {@link ExportEditor}.
42 ExportEditor mEditor;
48 public ExportPropertiesPage(ExportEditor editor) {
86 * The model should be acceded via the {@link ExportEditor}.
100 * the {@link ExportEditor}.
AbstractPropertiesFieldsPart.java 48 private ExportEditor mEditor;
52 public AbstractPropertiesFieldsPart(Composite body, FormToolkit toolkit, ExportEditor editor) {
61 protected ExportEditor getEditor() {
260 * The model should be acceded via the {@link ExportEditor}.
262 * @param editor The {@link ExportEditor} instance.
264 public void onModelInit(ExportEditor editor) {
343 * the {@link ExportEditor} (e.g. getDocument, wrapRewriteSession)
345 * @param editor The {@link ExportEditor} instance.
348 public void onModelChanged(ExportEditor editor, DocumentEvent event) {
ExportFieldsPart.java 33 public ExportFieldsPart(Composite body, FormToolkit toolkit, ExportEditor editor) {

Completed in 40 milliseconds