Searched defs:editor (Results 51 - 75 of 116) sorted by relevance

12345

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DTextDisplayPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
24 * @coverage core.model.property.editor
H A DAbstractComboBoxPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
31 * The {@link PropertyEditor} for selecting single value using {@link CComboBox}. This editor has
37 * @coverage core.model.property.editor
87 // keep editor active
H A DAbstractComboPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
33 * @coverage core.model.property.editor
97 // keep editor active
104 // editor created without bounds, so activate it after first setBounds()
H A DAbstractListPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
24 * @coverage core.model.property.editor
H A DBooleanObjectPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
26 * @coverage core.model.property.editor
H A DBooleanPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
25 * @coverage core.model.property.editor
H A DEnumerationValuesPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
26 * @coverage core.model.property.editor
H A DPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor;
21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
25 * Abstract editor for {@link Property}.
28 * @coverage core.model.property.editor
55 * Activates editor for given {@link Property} at given place of {@link Composite}. Activation
62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
65 * @return <code>true</code> if editor should be remembered as active for future
75 * Sets the new bounds for editor's control.
81 * Deactivates editor for current {@link Property}. {@link PropertyEditor} should dispose any
84 * If any exception happened during activation, editor stil
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
22 * @coverage core.model.property.editor
H A DButtonPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
27 * @coverage core.model.property.editor
H A DCompoundPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
25 * @coverage core.model.property.editor
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
H A DStringPropertyEditor.java11 package org.eclipse.wb.internal.core.model.property.editor.string;
14 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
26 * @coverage core.model.property.editor
H A DStringPropertyDialog.java11 package org.eclipse.wb.internal.core.model.property.editor.string;
33 * @coverage core.model.property.editor
40 // so this was all stripped down to a plain String editor.
/external/proguard/src/proguard/classfile/editor/
H A DAnnotationAdder.java21 package proguard.classfile.editor;
H A DAttributeSorter.java21 package proguard.classfile.editor;
H A DClassEditor.java21 package proguard.classfile.editor;
H A DElementValuesEditor.java21 package proguard.classfile.editor;
H A DMemberAdder.java21 package proguard.classfile.editor;
H A DVariableEditor.java21 package proguard.classfile.editor;
H A DAccessFixer.java21 package proguard.classfile.editor;
H A DElementValueAdder.java21 package proguard.classfile.editor;
H A DInstructionWriter.java21 package proguard.classfile.editor;
56 // The code attribute editor has to be created lazily.
268 * Makes sure there is a code attribute editor for the given code attribute.
H A DVariableCleaner.java21 package proguard.classfile.editor;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
H A DPageSiteComposite.java11 package org.eclipse.wb.internal.core.editor.structure;
28 * @coverage core.editor.structure
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java16 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
50 public Property(PropertyEditor editor) { argument
52 m_editor = editor;

Completed in 155 milliseconds

12345