|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jomic.ui.JomicApplication
public final class JomicApplication
Jomic application that manages all open comics and processes comic independent commands like "about", "help", or "quit".
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
|
javax.swing.Action |
getChangeBlurSettingsAction()
|
static JomicApplication |
instance()
|
void |
open(JomicFrame jomicFrameToOpenIn,
java.io.File comicToOpen)
Open in window jomicFrameToOpenIn the comic comicToOpen . |
void |
openInNewWindow()
Open dialog to select comic, then open it in new window. |
void |
openInNewWindow(java.io.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(java.awt.event.WindowEvent event)
|
void |
windowClosed(java.awt.event.WindowEvent event)
|
void |
windowClosing(java.awt.event.WindowEvent event)
|
void |
windowDeactivated(java.awt.event.WindowEvent event)
|
void |
windowDeiconified(java.awt.event.WindowEvent event)
|
void |
windowIconified(java.awt.event.WindowEvent event)
|
void |
windowOpened(java.awt.event.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 javax.swing.Action getChangeBlurSettingsAction()
public static JomicApplication instance()
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed
in interface java.awt.event.ActionListener
public void open(JomicFrame jomicFrameToOpenIn, java.io.File comicToOpen)
Open in window jomicFrameToOpenIn
the comic comicToOpen
.
jomicFrameToOpenIn
is null
, open a new window first. If comicToOpen
is null
, let the user choose one.
public void openInNewWindow()
public void openInNewWindow(java.io.File comicFile)
public void performToggleFullScreen()
public void quit()
JomicStartup.exit(int)
public void windowActivated(java.awt.event.WindowEvent event)
windowActivated
in interface java.awt.event.WindowListener
public void windowClosed(java.awt.event.WindowEvent event)
windowClosed
in interface java.awt.event.WindowListener
public void windowClosing(java.awt.event.WindowEvent event)
windowClosing
in interface java.awt.event.WindowListener
public void windowDeactivated(java.awt.event.WindowEvent event)
windowDeactivated
in interface java.awt.event.WindowListener
public void windowDeiconified(java.awt.event.WindowEvent event)
windowDeiconified
in interface java.awt.event.WindowListener
public void windowIconified(java.awt.event.WindowEvent event)
windowIconified
in interface java.awt.event.WindowListener
public void windowOpened(java.awt.event.WindowEvent event)
windowOpened
in interface java.awt.event.WindowListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |