|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--de.unikiel.ipn.htmlform.ZFDNModel
Main class file.
Method Summary | |
(package private) java.io.File |
askForProjectFile()
Shows a file chooser asking for a project file to open. |
(package private) void |
createEntryPanels()
Creates the entries based on the information in the project file. |
(package private) javax.swing.JComponent[] |
getComponents()
Returns the EntryPanels. |
(package private) static ZFDNModel |
getInstance()
Returns always the same instance of a ZFDNModel. |
static void |
main(java.lang.String[] args)
Launches the program. |
(package private) void |
parse()
Parses content of the entries using the project-variable "parser". |
(package private) void |
readProjectFile(java.io.File file)
Reads the content of the project file. |
(package private) void |
update()
Initiates the update of the files that shall be changed. |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
static ZFDNModel getInstance()
void parse()
AutoImportDialog
void update()
void readProjectFile(java.io.File file)
file
- the project file
java.io.FileNotFoundException
- if there is no such filecreateEntryPanels()
javax.swing.JComponent[] getComponents()
EntryPanel
void createEntryPanels()
Entry
,
EntryPanel
,
readProjectFile(File)
java.io.File askForProjectFile()
public static void main(java.lang.String[] args)
args
- args[0] may contain a path to a file.
Then it it processed (opened) before the GUI is shown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |