|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.view.win.swing.component.LyAbstractGanttPanelManager._LySensitiveItem
public class LyAbstractGanttPanelManager._LySensitiveItem
Defines a sensitive item area.
Field Summary | |
---|---|
static short |
INTERVAL_CENTER_PART
The center part. |
static short |
INTERVAL_LEFT_PART
The left part. |
static short |
INTERVAL_RIGHT_PART
The right part. |
Constructor Summary | |
---|---|
LyAbstractGanttPanelManager._LySensitiveItem(java.awt.Rectangle rectangle,
LyGanttElement element,
short part,
java.util.Date beginDate,
java.util.Date endDate)
Class constructor of a new _LySensitiveItem object with the specified attributes. |
Method Summary | |
---|---|
java.util.Date |
getBeginDate()
Returns the begin date of the item. |
java.util.Date |
getEndDate()
Returns the end date of the item. |
LyGanttElement |
getGanttElement()
Returns the Gantt element associated to this sensitive item. |
short |
getIntervalPart()
Indicates which part of the interval represents the item. |
java.awt.Rectangle |
getRectangle()
Indicates the sensitive area of this item. |
java.lang.String |
toString()
Returns the content of this class. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final short INTERVAL_LEFT_PART
public static final short INTERVAL_CENTER_PART
public static final short INTERVAL_RIGHT_PART
Constructor Detail |
---|
public LyAbstractGanttPanelManager._LySensitiveItem(java.awt.Rectangle rectangle, LyGanttElement element, short part, java.util.Date beginDate, java.util.Date endDate)
rectangle
- the sensitive areaelement
- the Gantt elementpart
- the interval part of the itembeginDate
- the begin dateendDate
- the end dateMethod Detail |
---|
public java.awt.Rectangle getRectangle()
public LyGanttElement getGanttElement()
public short getIntervalPart()
public java.util.Date getBeginDate()
public java.util.Date getEndDate()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |