|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomirva.MainUI
public class MainUI
This class implements the main user interface of CoMIRVA.
Nested Class Summary | |
---|---|
class |
MainUI.PopupMenuMouseAdapter
A popup menu mouse adapter |
Field Summary | |
---|---|
(package private) Vector<JList> |
dataMatrixListVector
|
static String |
DATE
|
(package private) JRadioButtonMenuItem |
menuVisuCMColorful
|
(package private) JRadioButtonMenuItem |
menuVisuCMFire
|
(package private) JRadioButtonMenuItem |
menuVisuCMGray
|
(package private) JRadioButtonMenuItem |
menuVisuCMIslands
|
(package private) JRadioButtonMenuItem |
menuVisuCMOcean
|
(package private) JRadioButtonMenuItem |
menuVisuCMSun
|
(package private) AudioPlaylistPlayer |
pl
|
(package private) JRadioButtonMenuItem |
popupColormapColorful
|
(package private) JRadioButtonMenuItem |
popupColormapFire
|
(package private) JRadioButtonMenuItem |
popupColormapGray
|
(package private) JRadioButtonMenuItem |
popupColormapIslands
|
(package private) JRadioButtonMenuItem |
popupColormapOcean
|
(package private) JRadioButtonMenuItem |
popupColormapSun
|
(package private) JToolBar |
toolbarDataManagement
|
static String |
VERSION
|
(package private) Workspace |
ws
|
Constructor Summary | |
---|---|
MainUI()
|
Method Summary | |
---|---|
protected void |
addStatusBar(String text)
Adds a text to the content of the status bar. |
protected void |
clearStatusBar()
Erases the text in the status bar and reset progress to minimum |
static void |
main(String[] args)
Creates a new instance of the user interface and initializes it. |
void |
menuFileDeleteSelectedItem_actionPerformed(ActionEvent actionEvent)
|
protected void |
setStatusBar(int progress)
sets current progress indication to the given value |
protected void |
setStatusBar(String text)
Changes the text that is displayed in the status bar. |
protected void |
setStatusBar(String text,
int progress)
Changes the text that is displayed in the statusbar and sets current progress indication to the given value |
void |
toolbarOptions_actionPerformed(ActionEvent e)
|
void |
toolbarTabRemove_actionPerformed(ActionEvent e)
|
void |
toolbarTabRename_actionPerformed(ActionEvent e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
AudioPlaylistPlayer pl
public static String VERSION
public static String DATE
JRadioButtonMenuItem menuVisuCMIslands
JRadioButtonMenuItem menuVisuCMFire
JRadioButtonMenuItem menuVisuCMColorful
JRadioButtonMenuItem menuVisuCMSun
JRadioButtonMenuItem menuVisuCMOcean
JRadioButtonMenuItem menuVisuCMGray
JRadioButtonMenuItem popupColormapIslands
JRadioButtonMenuItem popupColormapFire
JRadioButtonMenuItem popupColormapColorful
JRadioButtonMenuItem popupColormapSun
JRadioButtonMenuItem popupColormapOcean
JRadioButtonMenuItem popupColormapGray
JToolBar toolbarDataManagement
Vector<JList> dataMatrixListVector
Workspace ws
Constructor Detail |
---|
public MainUI()
Method Detail |
---|
public void menuFileDeleteSelectedItem_actionPerformed(ActionEvent actionEvent)
public void toolbarTabRename_actionPerformed(ActionEvent e)
public void toolbarTabRemove_actionPerformed(ActionEvent e)
public void toolbarOptions_actionPerformed(ActionEvent e)
protected void setStatusBar(String text)
text
- a String containing the text that is displayed in the status barprotected void setStatusBar(String text, int progress)
text
- a String containing the text that is displeyedprogress
- a value between the model's minimum and maximum value
indication the progress of the current workprotected void setStatusBar(int progress)
progress
- a value between the model's minimum and maximum value
indication the progress of the current workprotected void addStatusBar(String text)
text
- a String containing the text that is added at the end of the current status bar textprotected void clearStatusBar()
public static void main(String[] args)
args
- the command line arguments passed to the program
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |