org.japura.debug
Class DebugWindowController

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

public class DebugWindowController
extends org.japura.controller.DefaultController<DebugWindow>

Copyright (C) 2012-2013 Carlos Eduardo Leite de Andrade

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/

For more information, contact: www.japura.org

Author:
Carlos Eduardo Leite de Andrade

Constructor Summary
DebugWindowController(org.japura.controller.Context context, org.japura.controller.Controller parentController)
           
 
Method Summary
protected  DebugWindow getComponent()
           
 boolean isComponentInstancied()
           
 void show()
           
 
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

DebugWindowController

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

getComponent

protected DebugWindow getComponent()
Specified by:
getComponent in class org.japura.controller.DefaultController<DebugWindow>

isComponentInstancied

public boolean isComponentInstancied()

show

public void show()


Copyright © 2014. All rights reserved.