|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jomic.ui.JomicApplication
public final class JomicApplication
Jomic application that manages all open comics and processes comic independant commands like "about", "help", or "quit".
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent event)
|
Action |
getChangeBlurSettingsAction()
|
static JomicApplication |
instance()
|
void |
open(JomicFrame jomicFrameToOpenIn,
File comicToOpen)
Open in window jomicFrameToOpenIn the comic comicToOpen. |
void |
openInNewWindow()
Open dialog to select comic, then open it in new window. |
void |
openInNewWindow(File comicFile)
Open comic in new window. |
void |
performToggleFullScreen()
Change view of current comic to full screen. |
void |
quit()
Cleanup, write settings and exit application. |
void |
setUpFramelessMenuBar()
|
void |
windowActivated(WindowEvent event)
|
void |
windowClosed(WindowEvent event)
|
void |
windowClosing(WindowEvent event)
|
void |
windowDeactivated(WindowEvent event)
|
void |
windowDeiconified(WindowEvent event)
|
void |
windowIconified(WindowEvent event)
|
void |
windowOpened(WindowEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setUpFramelessMenuBar()
public Action getChangeBlurSettingsAction()
public static JomicApplication instance()
public void actionPerformed(ActionEvent event)
actionPerformed in interface ActionListener
public void open(JomicFrame jomicFrameToOpenIn,
File comicToOpen)
jomicFrameToOpenIn the comic comicToOpen. If jomicFrameToOpenIn
is null, open a new window first. If comicToOpen is null
, let the user choose one.
public void openInNewWindow()
public void openInNewWindow(File comicFile)
public void performToggleFullScreen()
public void quit()
JomicStartup.exit(int)public void windowActivated(WindowEvent event)
windowActivated in interface WindowListenerpublic void windowClosed(WindowEvent event)
windowClosed in interface WindowListenerpublic void windowClosing(WindowEvent event)
windowClosing in interface WindowListenerpublic void windowDeactivated(WindowEvent event)
windowDeactivated in interface WindowListenerpublic void windowDeiconified(WindowEvent event)
windowDeiconified in interface WindowListenerpublic void windowIconified(WindowEvent event)
windowIconified in interface WindowListenerpublic void windowOpened(WindowEvent event)
windowOpened in interface WindowListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||