|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jomic.Jomic
public class Jomic
Platform independent Jomic application to view comic book archives.
Nested Class Summary | |
---|---|
protected static class |
Jomic.JomicRunner
Runnable to show Jomic while in event-dispatching thread. |
Field Summary |
---|
Fields inherited from interface net.sf.jomic.tools.StandardConstants |
---|
KILO_BYTE, MEGA_BYTE, TICK |
Constructor Summary | |
---|---|
Jomic(java.io.File newComicFile)
|
Method Summary | |
---|---|
protected static void |
exitWithError(java.lang.Throwable error)
Show dialog for error and exit. |
protected boolean |
isReadyForOpen()
Is the JomiFrame ready to open archives, in other words: is the initialization finished? |
static void |
main(java.lang.String[] arguments)
Run the Jomic application using the command line arguments specified in arguments
. |
protected void |
setComicFile(java.io.File newComicFile)
|
void |
show()
Open comic viewer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Jomic(java.io.File newComicFile)
Method Detail |
---|
protected void setComicFile(java.io.File newComicFile)
protected boolean isReadyForOpen()
public static void main(java.lang.String[] arguments)
arguments
.
public void show() throws java.io.IOException
java.io.IOException
protected static void exitWithError(java.lang.Throwable error)
error
and exit. If error
is a ItemMustBeDownloadedException
, also offer to download the missing item.
ItemMustBeDownloadedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |