|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDateSelection
An interface to be implemented by selectable objects that represents a date or a date range
| Field Summary | |
|---|---|
static int |
GLOBAL_RANGE
|
static int |
NOW
The predefined meanings for a date selection: NOW: the selection represents a single date the user is focusing on VISIBLE_RANGE: the selection represents the visible time window the user is focusing on, by its starting and end dates GLOBAL_RANGE: the selection represents the full time window the user can navigate through by its starting and end dates It is ensured by the Selection Provider that the start date is before the end date. |
static int |
VISIBLE_RANGE
|
| Method Summary | |
|---|---|
double |
getEndDate()
When the meaning is NOW, returns unpredictable results. |
int |
getMeaning()
Returns the meaning of this date selection, from the list above |
double |
getStartDate()
When the meaning is NOW, returns this NOW time. |
| Methods inherited from interface org.eclipse.hyades.uml2sd.trace.selection.IEObjectSelection |
|---|
getEObject |
| Field Detail |
|---|
static final int NOW
static final int VISIBLE_RANGE
static final int GLOBAL_RANGE
| Method Detail |
|---|
int getMeaning()
double getStartDate()
double getEndDate()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||