Package com.groovemanager.gui.custom

Interface Summary
KeyboardKey This interface represents a single Key on a musical keyboard.
KeyboardKeyListener Instances of implementing classes can be notified when a KeyboardKey is pressed or released.
 

Class Summary
ChooseFormatDialog This class represents a dialog in which the user can select some attributes of an AudioFormat
ChooseFormatDialog.PseudoAudioFormat A Pseudo-class that is needed for accessing the AudioFormat.Encoding constructor in versions prior to 1.4
CustomComposite This class can be subclassed for implementation of own custom widgets.
DrawedRectangle This class is a helper class for often moved and size-changed drawed Rectangles to avoid repainting if it is not needed and to keep the state consistent at any time.
InfoGroup An InfoGroup represents a Composite containing a List of Labels and ProgressBars showing some status information.
InfoGroupContainer An InfoGropContainer is needed for showing InfoGorups.
InfoGroupContainer.LabelUpdater A Runnable implementation used for Thread-safe updating of Labels
InfoGroupContainer.ProgBarUpdater A Runnable implementation used for Thread-safe updating of ProgressBars
InfoGroupContainer.TextUpdater A Runnable implementation used for Thread-safe updating of Text fields
ProgressMonitor This class can be used for showing a status dialog for monitoring a longer running operation (ProgressThread)
ScaleNum This CustomComposite consists of a number displayed on a button.
WaveFormDisplay This class is an implementation of the abstract MarkableWaveFormDisplay using SWT