OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ButtonPropertyEditorPresentation
(Results
1 - 8
of
8
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java
29
public abstract class
ButtonPropertyEditorPresentation
extends PropertyEditorPresentation {
38
public
ButtonPropertyEditorPresentation
() {
42
public
ButtonPropertyEditorPresentation
(int style) {
ButtonPropertyEditorPresentationImplMac.java
33
public ButtonPropertyEditorPresentationImplMac(
ButtonPropertyEditorPresentation
presentation) {
ButtonPropertyEditorPresentationImpl.java
36
private final
ButtonPropertyEditorPresentation
m_presentation;
43
public ButtonPropertyEditorPresentationImpl(
ButtonPropertyEditorPresentation
presentation) {
155
protected final
ButtonPropertyEditorPresentation
getPresentation() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDialogPropertyEditor.java
14
import org.eclipse.wb.internal.core.model.property.editor.presentation.
ButtonPropertyEditorPresentation
;
32
private final PropertyEditorPresentation m_presentation = new
ButtonPropertyEditorPresentation
() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java
16
import org.eclipse.wb.internal.core.model.property.editor.presentation.
ButtonPropertyEditorPresentation
;
44
private final PropertyEditorPresentation m_presentation = new
ButtonPropertyEditorPresentation
() {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
48
import org.eclipse.wb.internal.core.model.property.editor.presentation.
ButtonPropertyEditorPresentation
;
568
if (presentation instanceof
ButtonPropertyEditorPresentation
) {
569
ButtonPropertyEditorPresentation
button =
570
(
ButtonPropertyEditorPresentation
) presentation;
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java
57
import org.eclipse.wb.internal.core.model.property.editor.presentation.
ButtonPropertyEditorPresentation
;
709
if (
ButtonPropertyEditorPresentation
.isInWorkaround) {
[
all
...]
XmlPropertyEditor.java
74
import org.eclipse.wb.internal.core.model.property.editor.presentation.
ButtonPropertyEditorPresentation
;
102
new
ButtonPropertyEditorPresentation
() {
Completed in 43 milliseconds