|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.ClassDiagramReloader
org.acm.seguin.ide.common.MultipleDirClassDiagramReloader
public class MultipleDirClassDiagramReloader
Loads the class diagrams based on a single directory
Constructor Summary | |
---|---|
MultipleDirClassDiagramReloader()
Constructor for the MultipleDirClassDiagramReloader object |
Method Summary | |
---|---|
void |
addRootDirectory(java.lang.String value)
Sets the directory to load the data from |
void |
clear()
Clears all directories in the list |
boolean |
isNecessary()
Gets the Necessary attribute of the MultipleDirClassDiagramReloader object |
void |
reload()
Reload the summary information and update the diagrams |
void |
setNecessary(boolean value)
Sets the Necessary attribute of the MultipleDirClassDiagramReloader object |
Methods inherited from class org.acm.seguin.ide.common.ClassDiagramReloader |
---|
add, reloadDiagrams, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipleDirClassDiagramReloader()
Method Detail |
---|
public void setNecessary(boolean value)
value
- The new Necessary valuepublic boolean isNecessary()
public void addRootDirectory(java.lang.String value)
value
- the directorypublic void clear()
clear
in class ClassDiagramReloader
public void reload()
reload
in interface net.sourceforge.jrefactory.uml.loader.Reloader
reload
in class ClassDiagramReloader
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |