|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.ui.task.TaskModule
public class TaskModule
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 |
---|
public TaskModule()
Method Detail |
---|
public String getModuleName()
MultiView.Module
getModuleName
in interface MultiView.Module
public JComponent getComponent()
MultiView.Module
getComponent
in interface MultiView.Module
public void initialize(MultiView parent)
MultiView.Module
initialize
in interface MultiView.Module
parent
- the parent MultiViewpublic void print()
MultiView.Module
print
in interface MultiView.Module
public MultiView.ViewType getViewType()
MultiView.Module
getViewType
in interface MultiView.Module
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |