File: DIDEditHandler.java
Version: 1.1
Description: This class handles all movement and scaling of ROIs (rotation was inteded to
be handled by this class but for now is handled by the ImageCanvas).
File: DIDFileFilter.java
Version: 1.1
Description: A convenience implementation of FileFilter that filters out all files
except for those type extensions that it knows about.
File: DIDFindMsgBox.java
Version: 1.0
Description: This class provides an ability to search the ground truth text
to find entities that contains a keyword string.
File: DIDImageCanvas.java
Version: 1.1
Description: This component is an implementation of JComponent that is responsible for the
display and manipulation of ground truth data (XML).
File: DIDRoiIFC.java
Version: 1.1
Description: This interface is key to the functionality of this application as is it
encapsulates all the common functionality necessary for the ROI architecture to work
properly.
File: DIDTreeModelListener.java
Version: 1.1
Description: This class was intended to listen to the DIDTree and respond to certain
events initiated by the user.
File: DIDTreeSelectionListener.java
Version: 1.1
Description: Although this class is registered on the DIDTree, at this time it performs
no real function.
Returns false to indicate that the height of the viewport does not determine the height
of the table, unless the preferred height of the tree is smaller than the viewports
height.
Returns false to indicate that the height of the viewport does not determine the height
of the table, unless the preferred height of the tree is smaller than the viewports
height.
Returns false to indicate that the width of the viewport does not determine the width of
the table, unless the preferred width of the tree is smaller than the viewports width.
Returns false to indicate that the width of the viewport does not determine the width of
the table, unless the preferred width of the tree is smaller than the viewports width.
Vector whose purpose is to hold and track all the DIDRoiIFC object implementations
currently being displayed with the exception of the parent node's ROI.
Method used to set the maximum x and y coordinates thus establishing a virtual bounding
rectangle (defined by the origin and max coordinates) which all ROIs must reside in.