|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.projectmanagement.component.ganttchart.TaskRow
public class TaskRow
The Class TaskRow.
Nested Class Summary | |
---|---|
static interface |
TaskRow.TaskRowCommandListener
The listener interface for receiving taskRowCommand events. |
Constructor Summary | |
---|---|
TaskRow(com.jme.scene.Node rootNode,
ContentSystem contentSystem,
Window periodBarParent,
Window taskBarParent,
float rowHeigth,
float lengthPerDay,
com.jme.math.Vector2f orgin)
Instantiates a new task row. |
Method Summary | |
---|---|
void |
addTaskRowCommandListener(TaskRow.TaskRowCommandListener l)
Adds the task row command listener. |
void |
clear()
Clear. |
int |
getDays()
Gets the days. |
Frame |
getPeriodBar()
Gets the period bar. |
float |
getPeriodBarWidth()
Gets the period bar width. |
int |
getStartDay()
Gets the start day. |
void |
removeMenuCommandListener(Menu.MenuCommandListener l)
Removes the menu command listener. |
void |
setRowIndex(int rowIndex)
Sets the row index. |
void |
setStartDay(int startDay)
Sets the start day. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaskRow(com.jme.scene.Node rootNode, ContentSystem contentSystem, Window periodBarParent, Window taskBarParent, float rowHeigth, float lengthPerDay, com.jme.math.Vector2f orgin)
rootNode
- the root nodecontentSystem
- the content systemperiodBarParent
- the period bar parenttaskBarParent
- the task bar parentrowHeigth
- the row heigthlengthPerDay
- the length per dayorgin
- the orginMethod Detail |
---|
public void addTaskRowCommandListener(TaskRow.TaskRowCommandListener l)
l
- the lpublic void clear()
public int getDays()
public Frame getPeriodBar()
public float getPeriodBarWidth()
public int getStartDay()
public void removeMenuCommandListener(Menu.MenuCommandListener l)
l
- the lpublic void setRowIndex(int rowIndex)
rowIndex
- the new row indexpublic void setStartDay(int startDay)
startDay
- the new start day
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |