org.acm.seguin.ide.common
Class SingleDirClassDiagramReloader

java.lang.Object
  extended by org.acm.seguin.ide.common.ClassDiagramReloader
      extended by org.acm.seguin.ide.common.SingleDirClassDiagramReloader
All Implemented Interfaces:
net.sourceforge.jrefactory.uml.loader.Reloader

public class SingleDirClassDiagramReloader
extends ClassDiagramReloader

Loads the class diagrams based on a single directory

Author:
Chris Seguin

Constructor Summary
SingleDirClassDiagramReloader()
          Constructor for the SingleDirClassDiagramReloader object
 
Method Summary
 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
 void setRootDirectory(java.lang.String value)
          Sets the directory to load the data from
 
Methods inherited from class org.acm.seguin.ide.common.ClassDiagramReloader
add, clear, reloadDiagrams, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleDirClassDiagramReloader

public SingleDirClassDiagramReloader()
Constructor for the SingleDirClassDiagramReloader object

Method Detail

setNecessary

public void setNecessary(boolean value)
Sets the Necessary attribute of the MultipleDirClassDiagramReloader object

Parameters:
value - The new Necessary value

setRootDirectory

public void setRootDirectory(java.lang.String value)
Sets the directory to load the data from

Parameters:
value - the directory

isNecessary

public boolean isNecessary()
Gets the Necessary attribute of the MultipleDirClassDiagramReloader object

Returns:
The Necessary value

reload

public void reload()
Reload the summary information and update the diagrams

Specified by:
reload in interface net.sourceforge.jrefactory.uml.loader.Reloader
Specified by:
reload in class ClassDiagramReloader