Uses of Interface
de.grogra.util.Lockable
Package
Description
-
Uses of Lockable in de.grogra.graph
Modifier 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. -
Uses of Lockable in de.grogra.graph.impl
-
Uses of Lockable in de.grogra.imp2d.graphs
-
Uses of Lockable in de.grogra.persistence
-
Uses of Lockable in de.grogra.pf.ui
Modifier 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
-
Uses of Lockable in de.grogra.pf.ui.util
-
Uses of Lockable in de.grogra.util
Modifier and TypeMethodDescriptionLock.getLockable()
Returns the resource on which this lock is held.Modifier and TypeMethodDescriptionstatic int
Utils.executeForcedlyAndUninterruptibly
(Lockable resource, LockProtectedRunnable task, boolean write) static int
Utils.executeForcedlyAndUninterruptibly
(Lockable resource, LockProtectedRunnable task, Lock retained)