Uses of Interface
bibliothek.gui.dock.util.AWTComponentCaptureStrategy

Packages that use AWTComponentCaptureStrategy
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of AWTComponentCaptureStrategy in bibliothek.gui.dock.util
 

Fields in bibliothek.gui.dock.util declared as AWTComponentCaptureStrategy
static AWTComponentCaptureStrategy AWTComponentCaptureStrategy.PAINT_ALL_STRATEGY
          This strategy calls Component.paintAll(Graphics) on the given component.
static AWTComponentCaptureStrategy AWTComponentCaptureStrategy.RECURSIVE_PAINT_STRATEGY
          This strategy calls Component.paintAll(Graphics) recursively on all Components.
static AWTComponentCaptureStrategy AWTComponentCaptureStrategy.SCREEN_CAPTURE_STRATEGY
          This strategy just takes a real screen capture of the area in which the component is supposed to be.
 

Fields in bibliothek.gui.dock.util with type parameters of type AWTComponentCaptureStrategy
static PropertyKey<AWTComponentCaptureStrategy> AWTComponentCaptureStrategy.STRATEGY
          The PropertyKey for a AWTComponentCaptureStrategy.