org.infoml.infocardOrganizer
Class Main
java.lang.Object
org.infoml.infocardOrganizer.Main
public class Main
- extends java.lang.Object
Sets up UI and all data structures associated with
Infocard Organizer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
if1
public InfomlFileType if1
infocard
public InfomlType infocard
hasChanged
public boolean hasChanged
Main
public Main(MainFrame mainFr)
createContext
public void createContext()
- Sets out JAXB conversion and marshaling, InfocardBuilder, and an empty
infocard file
addInfocard
public void addInfocard(InfomlType infocard,
NotecardModel model)
- Adds the infocard both to the InfocardWindow
and to MainFrame's infocards map.
removeOutlineInfocards
public void removeOutlineInfocards()
findInfocard
public InfomlType findInfocard(NotecardModel model)
rearangeElements
public void rearangeElements()
writeInfomlToDiskWithValidating
public int writeInfomlToDiskWithValidating(java.lang.String path)