|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.ia.ImageApp
public class ImageApp
This is the main application class You should have received a copy of Lesser GNU public license with this code. If not please visit this site
Field Summary | |
---|---|
protected static javax.swing.Action[] |
helpActions
Actions for the Help Menu's |
Method Summary | |
---|---|
com.jgraph.JGraph |
getCurrentGraph()
|
HelpViewer |
getHelpViewer()
|
Viewer |
getImageViewer()
|
static ImageApp |
getInstance()
|
static ImageApp |
getInstance(java.lang.String[] args)
|
LanguageManager |
getLanguageManager()
|
Viewer |
getOpViewer()
|
void |
handleException(java.lang.Exception e)
|
void |
handleException(java.lang.Exception e,
java.lang.String msg)
|
protected static void |
loadViewers()
Loads the Viewers: OpViewer and
ImageViewer |
static void |
main(java.lang.String[] args)
|
void |
setUI(java.lang.String lf)
Sets the look and feel of all GUIs. |
void |
showHelpViewer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static javax.swing.Action[] helpActions
Method Detail |
---|
public static ImageApp getInstance()
public static ImageApp getInstance(java.lang.String[] args)
args
- protected static void loadViewers()
OpViewer
and
ImageViewer
public HelpViewer getHelpViewer()
public Viewer getImageViewer()
public LanguageManager getLanguageManager()
public Viewer getOpViewer()
public void showHelpViewer()
public com.jgraph.JGraph getCurrentGraph()
public void setUI(java.lang.String lf)
IAConstants
public void handleException(java.lang.Exception e)
public void handleException(java.lang.Exception e, java.lang.String msg)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |