Uses of Class
de.grogra.pf.ui.UIProperty
Package
Description
-
Uses of UIProperty in de.grogra.imp
Modifier and TypeMethodDescriptionabstract UIProperty
View.getResolutionProperty()
protected abstract UIProperty
View.getToolProperty()
protected abstract UIProperty
View.getViewEventFactoryProperty()
-
Uses of UIProperty in de.grogra.imp.edit
Modifier and TypeMethodDescriptionstatic DisposableEventListener
Tool.createToolListener
(View view, UIProperty tool) -
Uses of UIProperty in de.grogra.imp2d
Modifier and TypeFieldDescriptionstatic final UIProperty
View2D.EVENTFACTORY
static final UIProperty
View2D.RESOLUTION
static final UIProperty
View2D.TOOL
Modifier and TypeMethodDescriptionView2D.getResolutionProperty()
protected UIProperty
View2D.getToolProperty()
protected UIProperty
View2D.getViewEventFactoryProperty()
-
Uses of UIProperty in de.grogra.imp3d
Modifier and TypeFieldDescriptionstatic final UIProperty
View3D.DISPLAY
static final UIProperty
View3D.EVENTFACTORY
static final UIProperty
View3D.RESOLUTION
static final UIProperty
View3D.TOOL
Modifier and TypeMethodDescriptionView3D.getResolutionProperty()
protected UIProperty
View3D.getToolProperty()
protected UIProperty
View3D.getViewEventFactoryProperty()
-
Uses of UIProperty in de.grogra.pf.ui
Modifier and TypeFieldDescriptionstatic final UIProperty
UIProperty.FILE_SYNCHRONISATION
static final UIProperty
UIProperty.ICON
static final UIProperty
UIProperty.PANEL_TITLE
static final UIProperty
UIProperty.WINDOW_LAYOUT
static final UIProperty
UIProperty.WORKBENCH_SELECTION
static final UIProperty
UIProperty.WORKBENCH_TITLE
Modifier and TypeMethodDescriptionstatic UIProperty
UIProperty.get
(String name, String declaringClass, ClassLoader loader) static UIProperty
UIProperty.getOrCreate
(String name, int source) -
Uses of UIProperty in de.grogra.pf.ui.event
ModifierConstructorDescriptionUIPropertyEditEvent
(Context context, UIProperty property, Object oldValue, Object newValue, Object info) -
Uses of UIProperty in de.grogra.pf.ui.registry
Modifier and TypeMethodDescriptionCheckBoxItem.getProperty()
ChoiceGroup.getProperty()
UIPropertyDependency.getProperty()
-
Uses of UIProperty in de.grogra.pf.ui.util
Modifier and TypeMethodDescriptionstatic UIPropertyUpdater
UIPropertyUpdater.install
(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, Map init) ModifierConstructorDescriptionUIPropertyUpdater
(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, boolean updateImmediately) -
Uses of UIProperty in de.grogra.rgg