Class ViewerModule
- java.lang.Object
-
- org.hortonmachine.gui.spatialtoolbox.core.ViewerModule
-
public class ViewerModule extends Object
A modules wrapper.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Constructor Summary
Constructors Constructor Description ViewerModule(ModuleDescription moduleDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleDescriptiongetModuleDescription()ViewerFoldergetParentFolder()voidsetParentFolder(ViewerFolder parentFolder)StringtoString()
-
-
-
Constructor Detail
-
ViewerModule
public ViewerModule(ModuleDescription moduleDescription)
-
-
Method Detail
-
getModuleDescription
public ModuleDescription getModuleDescription()
-
setParentFolder
public void setParentFolder(ViewerFolder parentFolder)
-
getParentFolder
public ViewerFolder getParentFolder()
-
-