|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.ide.common.ClassDiagramReloader
public abstract class ClassDiagramReloader
Object that is responsible for reloading the class diagrams
Constructor Summary | |
---|---|
ClassDiagramReloader()
Constructor for the ClassDiagramReloader object |
Method Summary | |
---|---|
void |
add(net.sourceforge.jrefactory.uml.UMLPackage diagram)
Adds a class diagram to the loader |
void |
clear()
Removes all class diagrams from this loader |
abstract void |
reload()
Reload the summary information and update the diagrams |
protected void |
reloadDiagrams()
Reload the diagrams |
void |
remove(net.sourceforge.jrefactory.uml.UMLPackage diagram)
Removes a specific class diagram from the registry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassDiagramReloader()
Method Detail |
---|
public void add(net.sourceforge.jrefactory.uml.UMLPackage diagram)
diagram
- the class diagrampublic void clear()
public abstract void reload()
reload
in interface net.sourceforge.jrefactory.uml.loader.Reloader
protected void reloadDiagrams()
public void remove(net.sourceforge.jrefactory.uml.UMLPackage diagram)
diagram
- the class diagram
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |