Class MIDIFrame

java.lang.Object
   |
   +----MIDIFrame

class MIDIFrame
extends Object
The AWT-GUI for MIDIConverter (uses Inner Classes for EventHandling).

Variable Index

 o barOffset
Current BAROFFSET.
 o comments
Current COMMENTS
 o fileName
Last valid Filename.
 o german
Current GERMAN.
 o main
Current MIDI-instance.
 o mDialog
Dialog for removing.
 o mFrame
Window for MIDIConverter.
 o mText
TextArea for MIDIConverter.
 o programOffset
Current PROGRAMOFFSET.

Constructor Index

 o MIDIFrame()
Builds and shows the MIDIConverter-Window.

Method Index

 o removeDialog()
Builds and shows the Remove-Dialog.

Variables

 o main
 static MIDI main
The current MIDI-instance.
null if no valid MIDI-instance is opened.

 o mFrame
 static Frame mFrame
The Window for MIDIConverter.

 o mText
 static TextArea mText
The TextArea for MIDIConverter.

 o mDialog
 static Dialog mDialog
The Dialog for removing MIDI-events.

 o fileName
 static String fileName
The name of the opened file, representing main.
null if main is equal to null.

 o german
 static boolean german
Current GERMAN.

 o comments
 static boolean comments
Current COMMENTS.

 o barOffset
 static int barOffset
Current BAROFFSET.

 o programOffset
 static int programOffset
Current PROGRAMOFFSET.

Constructors

 o MIDIFrame
 MIDIFrame()
Builds and shows the Window for MIDIConverter.

Methods

 o removeDialog
 void removeDialog()
Builds and shows the Dialog for removing MIDI-events.