Uses of Class
de.grogra.pf.ui.UIProperty
Packages that use UIProperty
Package
Description
-
Uses of UIProperty in de.grogra.imp
Fields in de.grogra.imp declared as UIPropertyMethods in de.grogra.imp that return UIPropertyModifier and TypeMethodDescriptionabstract UIProperty
View.getResolutionProperty()
protected abstract UIProperty
View.getToolProperty()
protected abstract UIProperty
View.getViewEventFactoryProperty()
Methods in de.grogra.imp with parameters of type UIProperty -
Uses of UIProperty in de.grogra.imp.edit
Fields in de.grogra.imp.edit declared as UIPropertyMethods in de.grogra.imp.edit with parameters of type UIPropertyModifier and TypeMethodDescriptionstatic DisposableEventListener
Tool.createToolListener
(View view, UIProperty tool) -
Uses of UIProperty in de.grogra.imp2d
Fields in de.grogra.imp2d declared as UIPropertyModifier and TypeFieldDescriptionstatic final UIProperty
View2D.EVENTFACTORY
static final UIProperty
View2D.RESOLUTION
static final UIProperty
View2D.TOOL
Methods in de.grogra.imp2d that return UIPropertyModifier and TypeMethodDescriptionView2D.getResolutionProperty()
protected UIProperty
View2D.getToolProperty()
protected UIProperty
View2D.getViewEventFactoryProperty()
-
Uses of UIProperty in de.grogra.imp3d
Fields in de.grogra.imp3d declared as UIPropertyModifier and TypeFieldDescriptionstatic final UIProperty
View3D.DISPLAY
static final UIProperty
View3D.EVENTFACTORY
static final UIProperty
View3D.RESOLUTION
static final UIProperty
View3D.TOOL
Methods in de.grogra.imp3d that return UIPropertyModifier and TypeMethodDescriptionView3D.getResolutionProperty()
protected UIProperty
View3D.getToolProperty()
protected UIProperty
View3D.getViewEventFactoryProperty()
-
Uses of UIProperty in de.grogra.pf.ui
Fields in de.grogra.pf.ui declared as UIPropertyModifier 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
Methods in de.grogra.pf.ui that return UIPropertyModifier 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
Methods in de.grogra.pf.ui.event that return UIPropertyConstructors in de.grogra.pf.ui.event with parameters of type UIPropertyModifierConstructorDescriptionUIPropertyEditEvent
(Context context, UIProperty property, Object oldValue, Object newValue, Object info) -
Uses of UIProperty in de.grogra.pf.ui.registry
Methods in de.grogra.pf.ui.registry that return UIPropertyModifier and TypeMethodDescriptionCheckBoxItem.getProperty()
ChoiceGroup.getProperty()
UIPropertyDependency.getProperty()
-
Uses of UIProperty in de.grogra.pf.ui.util
Methods in de.grogra.pf.ui.util with parameters of type UIPropertyModifier and TypeMethodDescriptionstatic UIPropertyUpdater
UIPropertyUpdater.install
(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, Map init) Constructors in de.grogra.pf.ui.util with parameters of type UIPropertyModifierConstructorDescriptionUIPropertyUpdater
(UIProperty property, Context ctx, boolean forComponent, String method, Executor queue, boolean updateImmediately) -
Uses of UIProperty in de.grogra.rgg
Fields in de.grogra.rgg declared as UIProperty