|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthades.models.pic.TurboPicGUI
TurboPicGUI - visualize the state of the TurboPicCore model of the Arizona Microchip PIC16C84 microcontroller
Nested Class Summary | |
(package private) class |
TurboPicGUI.LoadLabelsListener
inner class to manage the "Load labels..." file dialog and callbacks |
(package private) class |
TurboPicGUI.LoadListener
inner class to manage the "Open..." file dialog and callbacks |
(package private) class |
TurboPicGUI.RomHexFilter
|
(package private) class |
TurboPicGUI.SaveListener
inner class to manage the "Save as" file dialog and stuff |
(package private) class |
TurboPicGUI.SimpleHelpListener
inner class to display a simple (=ASCII only) help text based on jfig.gui.SimpleTextViewer. |
Constructor Summary | |
TurboPicGUI(TurboPicCore _pic)
|
Method Summary | |
javax.swing.JFrame |
getFrame()
|
void |
initializeListeners()
initialize all event-listeners, part of the constructor |
void |
load(java.lang.String name,
java.lang.String dir)
|
static void |
main(java.lang.String[] argv)
|
void |
prepareMainWindow()
prepare main window, part of the constructor |
void |
save(java.lang.String name,
java.lang.String dir)
|
void |
update()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TurboPicGUI(TurboPicCore _pic)
Method Detail |
public void initializeListeners()
public void prepareMainWindow()
public javax.swing.JFrame getFrame()
public void update()
public void load(java.lang.String name, java.lang.String dir)
public void save(java.lang.String name, java.lang.String dir)
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |