Package dguitar.gui.listeners

Provides Listener for different Graphical User Interface objects.

See:
          Description

Interface Summary
MenuIndexedListener  
 

Class Summary
ADropTargetListener The Drop action happens in this order: 1. dragEnter = when the mouse enters the component 2. dragOver = after the mouse has entered but has not been released 3. drop = when the mouse is released
DGuitarInternalFrameListener  
 

Package dguitar.gui.listeners Description

Provides Listener for different Graphical User Interface objects.

DGuitar, has a DestktopPane that contains JInternalFrames that can be PieceInternalFrames or MidiInternalFrames.

PieceInternalFrames contain a single PiecePanel that contains many TrackPanel.

TrackPanel may cotain one or more BarPanel that contain different Bars.

MidiInternalFrames are used to display and play the MIDI files.

Related Documentation

None at this moment.

See Also:
dguitargui.DGuitar.