Uses of Class
com.depthexplorer.ui.DEDocument

Packages that use DEDocument
com.depthexplorer.ui   
 

Uses of DEDocument in com.depthexplorer.ui
 

Fields in com.depthexplorer.ui declared as DEDocument
(package private)  DEDocument CanvasManager.parent
           
 

Fields in com.depthexplorer.ui with type parameters of type DEDocument
(package private) static HashSet<DEDocument> DEApplication.openDocs
           
 

Methods in com.depthexplorer.ui that return DEDocument
static DEDocument[] DEApplication.getOpenWindows()
           
 

Methods in com.depthexplorer.ui with parameters of type DEDocument
static void DEApplication.closedDocument(DEDocument doc)
           
static void DEApplication.openedDocument(DEDocument doc)
           
 

Constructors in com.depthexplorer.ui with parameters of type DEDocument
CanvasManager(DEDocument parent)