net.sf.borg.ui.task
Class TaskModule

java.lang.Object
  extended by net.sf.borg.ui.task.TaskModule
All Implemented Interfaces:
MultiView.Module

public class TaskModule
extends Object
implements MultiView.Module

The TaskModule is the UI Module for Tasks that is invoked from the MultiView


Constructor Summary
TaskModule()
           
 
Method Summary
 JComponent getComponent()
          get the Component for this Module
 String getModuleName()
          get the module's name
 MultiView.ViewType getViewType()
          get the modules ViewType
 void initialize(MultiView parent)
          called by the parent Multiview to allow the Module to initialize its toolbar items, menu items, and anything else that must be initalized before its Module methods can be called
 void print()
          print the Module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskModule

public TaskModule()
Method Detail

getModuleName

public String getModuleName()
Description copied from interface: MultiView.Module
get the module's name

Specified by:
getModuleName in interface MultiView.Module
Returns:
the name

getComponent

public JComponent getComponent()
Description copied from interface: MultiView.Module
get the Component for this Module

Specified by:
getComponent in interface MultiView.Module
Returns:
the Component or null if none to show

initialize

public void initialize(MultiView parent)
Description copied from interface: MultiView.Module
called by the parent Multiview to allow the Module to initialize its toolbar items, menu items, and anything else that must be initalized before its Module methods can be called

Specified by:
initialize in interface MultiView.Module
Parameters:
parent - the parent MultiView

print

public void print()
Description copied from interface: MultiView.Module
print the Module

Specified by:
print in interface MultiView.Module

getViewType

public MultiView.ViewType getViewType()
Description copied from interface: MultiView.Module
get the modules ViewType

Specified by:
getViewType in interface MultiView.Module
Returns:
the ViewType


Generated September 24 2010 by mbb using Apache Ant version 1.7.1 compiled on June 27 2008 and Java version 1.6.0_20 from Sun Microsystems Inc. on Linux i386 2.6.24-28-generic