java.lang.Object
de.grogra.pf.ui.UIProperty
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UIProperty
static final UIProperty
static final int
static final UIProperty
static final int
static final UIProperty
static final int
static final UIProperty
static final UIProperty
-
Constructor Summary
ModifierConstructorDescriptionprotected
UIProperty
(String name, int source) protected
UIProperty
(String name, int source, boolean postEvent) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPropertyListener
(Context context, EventListener listener) void
firePropertyChange
(Context ctx, Object oldValue, Object newValue, Object info) static UIProperty
get
(String name, String declaringClass, ClassLoader loader) getName()
static UIProperty
getOrCreate
(String name, int source) static int
protected Object
initialValue
(Context context) void
removePropertyListener
(Context context, EventListener listener) void
-
Field Details
-
WORKBENCH
public static final int WORKBENCH- See Also:
-
WINDOW
public static final int WINDOW- See Also:
-
PANEL
public static final int PANEL- See Also:
-
WORKBENCH_TITLE
-
PANEL_TITLE
-
ICON
-
WINDOW_LAYOUT
-
WORKBENCH_SELECTION
-
FILE_SYNCHRONISATION
-
-
Constructor Details
-
UIProperty
-
UIProperty
-
-
Method Details
-
get
-
getOrCreate
-
getSource
-
getSource
-
initialValue
-
firePropertyChange
-
getName
-
setValue
-
getValue
-
addPropertyListener
-
removePropertyListener
-