org.japura.debug.controllers.views.tree
Class TreeViewController

java.lang.Object
  extended by org.japura.controller.AbstractController
      extended by org.japura.controller.DefaultController<TreeViewPanel>
          extended by org.japura.debug.controllers.views.tree.TreeViewController
All Implemented Interfaces:
org.japura.controller.Controller, org.japura.message.Subscriber, org.japura.task.executors.TaskSubmitter, org.japura.util.info.InfoProvider

public class TreeViewController
extends org.japura.controller.DefaultController<TreeViewPanel>


Constructor Summary
TreeViewController(org.japura.controller.Context context, org.japura.controller.Controller parentController)
           
 
Method Summary
 TreeViewPanel getComponent()
           
 boolean isComponentInstancied()
           
 void updateView()
           
 
Methods inherited from class org.japura.controller.DefaultController
addModal, addModal, addModal, closeAllModals, closeCurrentModal, closeModal, disposeWindow, getCurrentModal, getModalPanelFactory, getWindowAncestor, hasModal, isFocused, isWindowFocused, repaint, requestFocus, requestWindowFocus, setModalPanelFactory, showConfirmationModal, showConfirmationModal, showErrorModal, showInformationModal, showQuestionModal, showQuestionModal, showWarningModal, subscribe
 
Methods inherited from class org.japura.controller.AbstractController
addControllerListener, containsChild, createChild, equals, free, freeChildren, getChild, getChild, getChildren, getChildren, getContext, getControllerDescription, getControllerId, getControllerListeners, getControllerName, getControllerStatus, getGroup, getGroupId, getIdentifierNodes, getInfoNodes, getModalGroupName, getParent, getParentId, getRoot, getTaskSubmitterId, hashCode, isRoot, publish, registerChild, removeControllerListener, setControllerName, setControllerStatus, setModalGroupName, stringToDebugComponent, submitTask, submitTask, toString, unregisterChild, unregisterChildren, unregisterParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeViewController

public TreeViewController(org.japura.controller.Context context,
                          org.japura.controller.Controller parentController)
Method Detail

isComponentInstancied

public boolean isComponentInstancied()

getComponent

public TreeViewPanel getComponent()
Specified by:
getComponent in class org.japura.controller.DefaultController<TreeViewPanel>

updateView

public void updateView()


Copyright © 2014. All rights reserved.