Uses of Interface
de.sciss.app.EventManager.Processor

Packages that use EventManager.Processor
de.sciss.app   
de.sciss.common   
de.sciss.gui   
 

Uses of EventManager.Processor in de.sciss.app
 

Classes in de.sciss.app that implement EventManager.Processor
 class AbstractDocumentHandler
          A basic implementation of the DocumentHandler interface.
 class LaterInvocationManager
          The LaterInvocationManager is a utility bastard synthesized from an EventManager and a Runnable.
 

Fields in de.sciss.app declared as EventManager.Processor
protected  EventManager.Processor EventManager.eventProcessor
           
 

Constructors in de.sciss.app with parameters of type EventManager.Processor
EventManager(EventManager.Processor eventProcessor)
           
 

Uses of EventManager.Processor in de.sciss.common
 

Classes in de.sciss.common that implement EventManager.Processor
 class BasicPathField
           
 class ProcessingThread
          A subclass of Thread that is capable of dealing with synchronization issues.
 

Uses of EventManager.Processor in de.sciss.gui
 

Classes in de.sciss.gui that implement EventManager.Processor
 class Jog
           
 class NumberField
          A NumberField is basically a JPanel holding a JTextField whose content is limited to decimal numbers.
 class ParamField
           
 class PathButton
          This class is a rewritten version of FScape's PathIcon and provides a simple ToolIcon like button to allow the user to select a file from the harddisk.
 class PathField
          This class is an updated (slim) version of FScape's PathField and provides a GUI object that displays a file's or folder's path, optionally with format information, and allows the user to browse the harddisk to change to a different file.
 class PrefNumberField
          Equips a NumberField with preference storing / recalling capabilities.
 class PrefParamField
          Equips a ParamField with preference storing / recalling capabilities.
 class PrefPathField
          Subclass of PathField that enables automatic Preferences association