Uses of Interface
de.grogra.util.Lockable
Packages that use Lockable
Package
Description
-
Uses of Lockable in de.grogra.graph
Subinterfaces of Lockable in de.grogra.graphClasses in de.grogra.graph that implement LockableModifier and TypeClassDescriptionclass
This graph filter may be used as superclass for graph filters which overwrite attribute values of their source graphs.class
class
AGraphFilter
is aGraph
which has another graph as source and filters the data of the source graph.Constructors in de.grogra.graph with parameters of type Lockable -
Uses of Lockable in de.grogra.graph.impl
Classes in de.grogra.graph.impl that implement Lockable -
Uses of Lockable in de.grogra.imp2d.graphs
Classes in de.grogra.imp2d.graphs that implement Lockable -
Uses of Lockable in de.grogra.persistence
Classes in de.grogra.persistence that implement Lockable -
Uses of Lockable in de.grogra.pf.ui
Methods in de.grogra.pf.ui with parameters of type LockableModifier and TypeMethodDescriptionstatic void
UI.executeLockedly
(Lockable resource, boolean write, Command cmd, Object arg, Context ctx, int flags) static void
UI.executeLockedly
(Lockable resource, boolean write, Command cmd, Object arg, Context ctx, int flags, boolean passLockAsArg) -
Uses of Lockable in de.grogra.pf.ui.swing
Constructors in de.grogra.pf.ui.swing with parameters of type Lockable -
Uses of Lockable in de.grogra.pf.ui.util
Fields in de.grogra.pf.ui.util declared as LockableConstructors in de.grogra.pf.ui.util with parameters of type Lockable -
Uses of Lockable in de.grogra.util
Classes in de.grogra.util that implement LockableMethods in de.grogra.util that return LockableModifier and TypeMethodDescriptionLock.getLockable()
Returns the resource on which this lock is held.Methods in de.grogra.util with parameters of type LockableModifier and TypeMethodDescriptionstatic int
Utils.executeForcedlyAndUninterruptibly
(Lockable resource, LockProtectedRunnable task, boolean write) static int
Utils.executeForcedlyAndUninterruptibly
(Lockable resource, LockProtectedRunnable task, Lock retained)