org.drools.guvnor.client.explorer.navigation.modules
Class ModulesTree

java.lang.Object
  extended by org.drools.guvnor.client.explorer.navigation.modules.ModulesTree
All Implemented Interfaces:
ModulesTreeView.Presenter

public class ModulesTree
extends Object
implements ModulesTreeView.Presenter


Constructor Summary
ModulesTree(ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, String perspectiveTypes)
           
 
Method Summary
 void collapseAll()
           
 void expandAll()
           
 void setFlatView()
           
 void setHierarchyView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesTree

public ModulesTree(ClientFactory clientFactory,
                   com.google.gwt.event.shared.EventBus eventBus,
                   String perspectiveTypes)
Method Detail

setFlatView

public void setFlatView()
Specified by:
setFlatView in interface ModulesTreeView.Presenter

setHierarchyView

public void setHierarchyView()
Specified by:
setHierarchyView in interface ModulesTreeView.Presenter

expandAll

public void expandAll()
Specified by:
expandAll in interface ModulesTreeView.Presenter

collapseAll

public void collapseAll()
Specified by:
collapseAll in interface ModulesTreeView.Presenter


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.