Searched defs:presentation (Results 1 - 17 of 17) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImplMac.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
33 public ButtonPropertyEditorPresentationImplMac(ButtonPropertyEditorPresentation presentation) { argument
34 super(presentation);
H A DCompoundPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
39 public void add(PropertyEditorPresentation presentation) { argument
40 m_presentations.add(presentation);
56 for (PropertyEditorPresentation presentation : m_presentations) {
57 int presentationWidth = presentation.show(propertyTable, property, x, y, width, height);
66 for (PropertyEditorPresentation presentation : m_presentations) {
67 presentation.hide(propertyTable, property);
H A DButtonPropertyEditorPresentationImpl.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
43 public ButtonPropertyEditorPresentationImpl(ButtonPropertyEditorPresentation presentation) { argument
44 m_presentation = presentation;
153 * @return the 'parent' presentation. Internal usage only.
H A DPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
18 * Implementations of {@link PropertyEditorPresentation} are used to show some presentation for
26 * Shows presentation for given {@link Property}.
28 * @return the width that this presentation occupies on the right of given rectangle.
38 * Hides presentation.
H A DButtonPropertyEditorPresentation.java11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DYamlDocument.java29 private String presentation; field in class:YamlDocument
44 presentation = output.toString(charset.name());
49 // try to read generated presentation to prove that the presentation
51 Object result = yaml.load(presentation);
53 throw new RuntimeException("Generated presentation is not valid: " + presentation);
70 return presentation;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java15 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
84 public void setEditorPresentation(PropertyEditorPresentation presentation) { argument
85 ((ComplexPropertyEditor) getEditor()).m_presentation = presentation;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DInCallServiceImpl.java1442 public static String getCallPresentationInfoString(int presentation) { argument
1443 switch (presentation) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 229 milliseconds