Uses of Interface
bibliothek.gui.dock.support.mode.AffectingRunnable

Packages that use AffectingRunnable
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

Uses of AffectingRunnable in bibliothek.gui.dock.support.mode
 

Methods in bibliothek.gui.dock.support.mode with parameters of type AffectingRunnable
 void ModeManager.runTransaction(AffectingRunnable runnable)
          Runs an algorithm which affects the mode of some Dockables.
 void ModeManager.runTransaction(AffectingRunnable run, boolean continuous)
          Runs an algorithm which affects the mode of some Dockables.