| AbstractWindow |
Interface that unites functionality
from inhomogeneous classes such as JFrame, JDialog, JInternalFrame
|
| AbstractWindow.Listener |
|
| Application |
The Application interface is an attempt
to create common classes and interfaces (the package
de.sciss.app) which can be shared by
different programmes, such as Meloncillo or FScape,
without having to make adjustments in different places
each time a modification is made.
|
| Document |
The Document interface is an attempt
to create common classes and interfaces (the package
de.sciss.app) which can be shared by
different programmes, such as Meloncillo or FScape,
without having to make adjustments in different places
each time a modification is made.
|
| DocumentHandler |
The DocumentHandler interface
describes an object that manages registration
and unregistration of documents in a
multi-document-environment.
|
| DocumentListener |
Interface for listening
the changes of the list of documents
of an application.
|
| DynamicListening |
This interface is used by Components that
need to register and unregister listeners
whenever they are shown or hidden in order
to improve performance and garbage collection.
|
| EventManager.Processor |
Callers of the EventManager constructor
must provide an object implementing this interface
|
| GraphicsHandler |
|
| LaterInvocationManager.Listener |
A simple interface describing
the method that gets called from
the event dispatching thread when
new objects have been queued.
|
| PerformableEdit |
|
| PreferenceEntrySync |
Objects implementing this interface
state that they will store their serialized
representation in a given preference entry
|
| PreferenceNodeSync |
Objects implementing this interface
state that they will store their (and their children's)
serialized representation in privately named
entries in a given preference node
|
| WindowHandler |
|