org.japura.debug.tasks
Class DebugTasks

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

public class DebugTasks
extends org.japura.controller.DefaultController<DebugTasksPanel>
implements Debug<DebugTasksPanel>

Copyright (C) 2011-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
DebugTasks(org.japura.controller.Context context, org.japura.controller.Controller parentController)
           
 
Method Summary
 DebugTasksPanel getComponent()
           
 String getTitle()
           
 boolean isComponentInstancied()
           
 void subscribe(org.japura.message.Message message, Object publisher)
           
 
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
 
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
 
Methods inherited from interface org.japura.controller.Controller
addControllerListener, addModal, addModal, addModal, closeAllModals, closeModal, containsChild, createChild, free, freeChildren, getChild, getChild, getChildren, getChildren, getContext, getControllerDescription, getControllerId, getControllerListeners, getControllerName, getControllerStatus, getCurrentModal, getGroup, getGroupId, getModalGroupName, getParent, getParentId, getRoot, getWindowAncestor, hasModal, isFocused, isRoot, isWindowFocused, publish, registerChild, removeControllerListener, repaint, requestFocus, requestWindowFocus, setControllerName, setControllerStatus, setModalGroupName, showConfirmationModal, showConfirmationModal, showErrorModal, showInformationModal, showQuestionModal, showQuestionModal, showWarningModal, stringToDebugComponent, unregisterChild, unregisterChildren, unregisterParent
 
Methods inherited from interface org.japura.task.executors.TaskSubmitter
getTaskSubmitterId, submitTask, submitTask
 
Methods inherited from interface org.japura.util.info.InfoProvider
getIdentifierNodes, getInfoNodes
 

Constructor Detail

DebugTasks

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

getComponent

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

isComponentInstancied

public boolean isComponentInstancied()
Specified by:
isComponentInstancied in interface org.japura.controller.Controller

getTitle

public String getTitle()
Specified by:
getTitle in interface Debug<DebugTasksPanel>

subscribe

public void subscribe(org.japura.message.Message message,
                      Object publisher)
Specified by:
subscribe in interface org.japura.message.Subscriber
Overrides:
subscribe in class org.japura.controller.DefaultController<DebugTasksPanel>


Copyright © 2014. All rights reserved.