- UIThreadAware - Interface in griffon.javafx.beans.binding
-
- uiThreadAwareBind(Property<T>, ObservableValue<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ChangeListener
on the supplied observable that will notify the target property.
- UIThreadAwareBindings - Class in griffon.javafx.beans.binding
-
- uiThreadAwareBooleanBinding(BooleanBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a boolean binding that notifies its listeners inside the UI thread.
- uiThreadAwareBooleanProperty(BooleanProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable boolean property that notifies its listeners inside the UI thread.
- uiThreadAwareChangeListener(ObservableValue<T>, ChangeListener<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareChangeListener(ChangeListener<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareChangeListener(ObservableValue<T>, Consumer<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareChangeListener(Consumer<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareChangeListener(ObservableValue<T>, Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareChangeListener(Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareDoubleBinding(DoubleBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a double binding that notifies its listeners inside the UI thread.
- uiThreadAwareDoubleProperty(DoubleProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable double property that notifies its listeners inside the UI thread.
- uiThreadAwareFloatBinding(FloatBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a float binding that notifies its listeners inside the UI thread.
- uiThreadAwareFloatProperty(FloatProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable float property that notifies its listeners inside the UI thread.
- uiThreadAwareIntegerBinding(IntegerBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an integer binding that notifies its listeners inside the UI thread.
- uiThreadAwareIntegerProperty(IntegerProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable integer property that notifies its listeners inside the UI thread.
- uiThreadAwareInvalidationListener(Observable, InvalidationListener) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareInvalidationListener(InvalidationListener) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareInvalidationListener(Observable, Consumer<Observable>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareInvalidationListener(Consumer<Observable>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareInvalidationListener(Observable, Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareInvalidationListener(Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a InvalidationListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(ObservableList<E>, ListChangeListener<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(ListChangeListener<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(ObservableList<E>, Consumer<ListChangeListener.Change<? extends E>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(Consumer<ListChangeListener.Change<? extends E>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(ObservableList<E>, Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListChangeListener(Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a ListChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareListProperty(ListProperty<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable list property that notifies its listeners inside the UI thread.
- uiThreadAwareLongBinding(LongBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a long binding that notifies its listeners inside the UI thread.
- uiThreadAwareLongProperty(LongProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable long property that notifies its listeners inside the UI thread.
- uiThreadAwareMapChangeListener(ObservableMap<K, V>, MapChangeListener<K, V>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapChangeListener(MapChangeListener<K, V>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapChangeListener(ObservableMap<K, V>, Consumer<MapChangeListener.Change<? extends K, ? extends V>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapChangeListener(Consumer<MapChangeListener.Change<? extends K, ? extends V>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapChangeListener(ObservableMap<K, V>, Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapChangeListener(Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a MapChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareMapProperty(MapProperty<K, V>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable map property that notifies its listeners inside the UI thread.
- uiThreadAwareObjectBinding(ObjectBinding<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an object binding that notifies its listeners inside the UI thread.
- uiThreadAwareObjectProperty(ObjectProperty<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable object property that notifies its listeners inside the UI thread.
- uiThreadAwareObservable(ObservableValue<T>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableBoolean(ObservableBooleanValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable boolean value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableDouble(ObservableDoubleValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable double value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableFloat(ObservableFloatValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable float value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableInteger(ObservableIntegerValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable integer value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableList(ObservableList<E>) - Static method in class griffon.javafx.collections.GriffonFXCollections
-
Wraps an ObservableList, publishing updates inside the UI thread.
- uiThreadAwareObservableLong(ObservableLongValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable long value that notifies its listeners inside the UI thread.
- uiThreadAwareObservableMap(ObservableMap<K, V>) - Static method in class griffon.javafx.collections.GriffonFXCollections
-
Wraps an ObservableMap, publishing updates inside the UI thread.
- uiThreadAwareObservableSet(ObservableSet<E>) - Static method in class griffon.javafx.collections.GriffonFXCollections
-
Wraps an ObservableSet, publishing updates inside the UI thread.
- uiThreadAwareObservableString(ObservableStringValue) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable string value that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyBoolean(Property<Boolean>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable boolean property that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyDouble(Property<Double>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable double property that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyFloat(Property<Float>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable float property that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyInteger(Property<Integer>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable integer property that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyLong(Property<Long>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable long property that notifies its listeners inside the UI thread.
- uiThreadAwarePropertyString(Property<String>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable string property that notifies its listeners inside the UI thread.
- uiThreadAwareSetChangeListener(ObservableSet<E>, SetChangeListener<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetChangeListener(SetChangeListener<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetChangeListener(ObservableSet<E>, Consumer<SetChangeListener.Change<? extends E>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetChangeListener(Consumer<SetChangeListener.Change<? extends E>>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetChangeListener(ObservableSet<E>, Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Registers a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetChangeListener(Runnable) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a SetChangeListener
that always handles notifications inside the UI thread.
- uiThreadAwareSetProperty(SetProperty<E>) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable set property that notifies its seteners inside the UI thread.
- uiThreadAwareStringBinding(StringBinding) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates a string binding that notifies its listeners inside the UI thread.
- uiThreadAwareStringProperty(StringProperty) - Static method in class griffon.javafx.beans.binding.UIThreadAwareBindings
-
Creates an observable string property that notifies its listeners inside the UI thread.
- UIThreadManager - Interface in griffon.core.threading
-
- unbind() - Method in class griffon.javafx.beans.binding.BooleanPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.DoublePropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.FloatPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.IntegerPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.ListPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.LongPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.MapPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.ObjectPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.PropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.SetPropertyDecorator
-
- unbind() - Method in class griffon.javafx.beans.binding.StringPropertyDecorator
-
- unbindBidirectional(Property<Boolean>) - Method in class griffon.javafx.beans.binding.BooleanPropertyDecorator
-
- unbindBidirectional(Property<Number>) - Method in class griffon.javafx.beans.binding.DoublePropertyDecorator
-
- unbindBidirectional(Property<Number>) - Method in class griffon.javafx.beans.binding.FloatPropertyDecorator
-
- unbindBidirectional(Property<Number>) - Method in class griffon.javafx.beans.binding.IntegerPropertyDecorator
-
- unbindBidirectional(Property<ObservableList<E>>) - Method in class griffon.javafx.beans.binding.ListPropertyDecorator
-
- unbindBidirectional(Property<Number>) - Method in class griffon.javafx.beans.binding.LongPropertyDecorator
-
- unbindBidirectional(Property<ObservableMap<K, V>>) - Method in class griffon.javafx.beans.binding.MapPropertyDecorator
-
- unbindBidirectional(Property<T>) - Method in class griffon.javafx.beans.binding.ObjectPropertyDecorator
-
- unbindBidirectional(Property<T>) - Method in class griffon.javafx.beans.binding.PropertyDecorator
-
- unbindBidirectional(Property<ObservableSet<E>>) - Method in class griffon.javafx.beans.binding.SetPropertyDecorator
-
- unbindBidirectional(Property<String>) - Method in class griffon.javafx.beans.binding.StringPropertyDecorator
-
- unbindBidirectional(Object) - Method in class griffon.javafx.beans.binding.StringPropertyDecorator
-
- unbindContent(Object) - Method in class griffon.javafx.beans.binding.ListPropertyDecorator
-
- unbindContent(Object) - Method in class griffon.javafx.beans.binding.MapPropertyDecorator
-
- unbindContent(Object) - Method in class griffon.javafx.beans.binding.SetPropertyDecorator
-
- unbindContentBidirectional(Object) - Method in class griffon.javafx.beans.binding.ListPropertyDecorator
-
- unbindContentBidirectional(Object) - Method in class griffon.javafx.beans.binding.MapPropertyDecorator
-
- unbindContentBidirectional(Object) - Method in class griffon.javafx.beans.binding.SetPropertyDecorator
-
- uncapitalize(String) - Static method in class griffon.util.GriffonNameUtils
-
Uncapitalizes a String (makes the first char lowercase) taking care
of blank strings and single character strings.
- uncaughtException(Thread, Throwable) - Method in interface griffon.core.ExceptionHandler
-
- uncaughtException(Thread, Throwable) - Method in class griffon.core.GriffonExceptionHandler
-
- underlineChanged(Element) - Method in class griffon.pivot.support.adapters.ElementAdapter
-
- unitIncrementChanged(ScrollBar, int) - Method in class griffon.pivot.support.adapters.ScrollBarAdapter
-
- unquote(String) - Static method in class griffon.util.GriffonNameUtils
-
Removes single or double quotes from a String
- unregisterArtifactHandler(ArtifactHandler) - Method in interface griffon.core.artifact.ArtifactManager
-
Removes an ArtifactHandler by type.
- unregisterArtifactHandler(ArtifactHandler) - Method in class org.codehaus.griffon.runtime.core.artifact.AbstractArtifactManager
-
- unregisterEditor(Class<?>) - Static method in class griffon.core.editors.PropertyEditorResolver
-
Unregisters an editor class to edit values of the given target class.
- unregisterFrom(GriffonApplication) - Static method in class org.codehaus.griffon.runtime.core.MVCGroupExceptionHandler
-
- update(Action) - Method in interface griffon.core.controller.ActionHandler
-
Update the action's properties.
- update(Action) - Method in class org.codehaus.griffon.runtime.core.controller.AbstractActionHandler
-
- updateAction(Action) - Method in interface griffon.core.controller.ActionManager
-
Update the action's properties using registered ActionHandler
s.
- updateAction(GriffonController, String) - Method in interface griffon.core.controller.ActionManager
-
Update the action's properties using registered ActionHandler
s.
- updateAction(Action) - Method in class org.codehaus.griffon.runtime.core.controller.AbstractActionManager
-
- updateAction(GriffonController, String) - Method in class org.codehaus.griffon.runtime.core.controller.AbstractActionManager
-
- updateAction(Action) - Method in class org.codehaus.griffon.runtime.core.controller.NoopActionManager
-
- updateAction(GriffonController, String) - Method in class org.codehaus.griffon.runtime.core.controller.NoopActionManager
-
- updateActions() - Method in interface griffon.core.controller.ActionManager
-
Updates all actions currently configured.
- updateActions(GriffonController) - Method in interface griffon.core.controller.ActionManager
-
Updates all actions belonging to the supplied controller.
- updateActions() - Method in class org.codehaus.griffon.runtime.core.controller.AbstractActionManager
-
- updateActions(GriffonController) - Method in class org.codehaus.griffon.runtime.core.controller.AbstractActionManager
-
- updateActions() - Method in class org.codehaus.griffon.runtime.core.controller.NoopActionManager
-
- updateActions(GriffonController) - Method in class org.codehaus.griffon.runtime.core.controller.NoopActionManager
-
- updateBoundsInChildren() - Method in class griffon.javafx.scene.layout.IndexedCardPane
-
- updateBoundsInChildren() - Method in class griffon.javafx.scene.layout.NamedCardPane
-
- updateChildBounds(Node) - Method in class griffon.javafx.scene.layout.IndexedCardPane
-
- updateChildBounds(Node) - Method in class griffon.javafx.scene.layout.NamedCardPane
-
- URIPropertyEditor - Class in griffon.core.editors
-
- URIPropertyEditor() - Constructor for class griffon.core.editors.URIPropertyEditor
-
- URLPropertyEditor - Class in griffon.core.editors
-
- URLPropertyEditor() - Constructor for class griffon.core.editors.URLPropertyEditor
-