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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java 21 * Implementation of {@link PropertyEditorPresentation} that contains zero or more other
22 * {@link PropertyEditorPresentation}'s.
27 public class CompoundPropertyEditorPresentation extends PropertyEditorPresentation {
28 private final List<PropertyEditorPresentation> m_presentations = Lists.newArrayList();
36 * Adds child {@link PropertyEditorPresentation}.<br>
37 * Child {@link PropertyEditorPresentation}'s are displayed from right to left.
39 public void add(PropertyEditorPresentation presentation) {
45 // PropertyEditorPresentation
56 for (PropertyEditorPresentation presentation : m_presentations) {
66 for (PropertyEditorPresentation presentation : m_presentations)
    [all...]
PropertyEditorPresentation.java 18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
24 public abstract class PropertyEditorPresentation {
ButtonPropertyEditorPresentation.java 23 * Implementation of {@link PropertyEditorPresentation} for displaying {@link Button}.
29 public abstract class ButtonPropertyEditorPresentation extends PropertyEditorPresentation {
64 // PropertyEditorPresentation
ButtonPropertyEditorPresentationImpl.java 28 * Internal implementation of {@link PropertyEditorPresentation} for displaying {@link Button}.
34 class ButtonPropertyEditorPresentationImpl extends PropertyEditorPresentation {
49 // PropertyEditorPresentation
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java 15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
32 private final PropertyEditorPresentation m_presentation = new ButtonPropertyEditorPresentation() {
40 public final PropertyEditorPresentation getPresentation() {
PropertyEditor.java 21 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
37 * @return the instance of {@link PropertyEditorPresentation}.
39 public PropertyEditorPresentation getPresentation() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
44 private final PropertyEditorPresentation m_presentation = new ButtonPropertyEditorPresentation() {
52 public PropertyEditorPresentation getPresentation() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
82 * Specifies the {@link PropertyEditorPresentation}, for example to displaying "..." button.
84 public void setEditorPresentation(PropertyEditorPresentation presentation) {
167 private PropertyEditorPresentation m_presentation;
205 public PropertyEditorPresentation getPresentation() {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 49 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
567 PropertyEditorPresentation presentation = editor.getPresentation();
621 PropertyEditorPresentation presentation = m_activeEditor.getPresentation();
794 // send "hide" to all PropertyEditorPresentation's
800 PropertyEditorPresentation presentation = property.getEditor().getPresentation();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 75 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
101 private final PropertyEditorPresentation mPresentation =
110 public PropertyEditorPresentation getPresentation() {
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 1229 milliseconds