de.grogra.pf.ui
Class UIProperty
java.lang.Object
de.grogra.pf.ui.UIProperty
public class UIProperty
- extends java.lang.Object
Constructor Summary |
protected |
UIProperty(java.lang.String name,
int source)
|
protected |
UIProperty(java.lang.String name,
int source,
boolean postEvent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICON
public static final UIProperty ICON
PANEL
public static final int PANEL
- See Also:
- Constant Field Values
PANEL_TITLE
public static final UIProperty PANEL_TITLE
WINDOW
public static final int WINDOW
- See Also:
- Constant Field Values
WINDOW_LAYOUT
public static final UIProperty WINDOW_LAYOUT
WORKBENCH
public static final int WORKBENCH
- See Also:
- Constant Field Values
WORKBENCH_SELECTION
public static final UIProperty WORKBENCH_SELECTION
WORKBENCH_TITLE
public static final UIProperty WORKBENCH_TITLE
UIProperty
protected UIProperty(java.lang.String name,
int source)
UIProperty
protected UIProperty(java.lang.String name,
int source,
boolean postEvent)
addPropertyListener
public void addPropertyListener(Context context,
EventListener listener)
firePropertyChange
public void firePropertyChange(Context ctx,
java.lang.Object oldValue,
java.lang.Object newValue,
java.lang.Object info)
get
public static UIProperty get(java.lang.String name,
java.lang.String declaringClass,
java.lang.ClassLoader loader)
getName
public java.lang.String getName()
getOrCreate
public static UIProperty getOrCreate(java.lang.String name,
int source)
getSource
public Context getSource(Context context)
getSource
public static int getSource(java.lang.String source)
getValue
public java.lang.Object getValue(Context context)
initialValue
protected java.lang.Object initialValue(Context context)
removePropertyListener
public void removePropertyListener(Context context,
EventListener listener)
setValue
public void setValue(Context context,
java.lang.Object value)