|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- The type of the GanttEntries in the model.public interface GanttEntryRelationModel<S extends GanttEntry<?>>
Method Summary | |
---|---|
void |
addEntryRelation(GanttEntryRelation<S> relation)
Adds a new GanttEntryRelation. |
void |
addGanttEntryRelationListener(GanttEntryRelationListener listener)
Adds a GanttEntryRelationListener. |
GanttEntryRelation<S> |
getEntryRelation(S start,
S end)
Gets the GanttEntryRelations for the specified GanttEntry. |
Set<GanttEntryRelation<S>> |
getEntryRelations(S entry)
Gets the GanttEntryRelations for the specified GanttEntry. |
void |
removeEntryRelation(GanttEntryRelation<S> relation)
Removes an existing GanttEntryRelation. |
void |
removeEntryRelations(S entry)
Removes all relations associated with the specified entry. |
void |
removeGanttEntryRelationListener(GanttEntryRelationListener listener)
Removes a GanttEntryRelationListener. |
Method Detail |
---|
void addEntryRelation(GanttEntryRelation<S> relation)
relation
- the GanttEntryRelation.void removeEntryRelation(GanttEntryRelation<S> relation)
relation
- the GanttEntryRelation.void removeEntryRelations(S entry)
entry
- the entrySet<GanttEntryRelation<S>> getEntryRelations(S entry)
entry
- the GanttEntry.
GanttEntryRelation<S> getEntryRelation(S start, S end)
start
- the GanttEntry.end
- the GanttEntry.
void addGanttEntryRelationListener(GanttEntryRelationListener listener)
listener
- the GanttEntryRelationListener.void removeGanttEntryRelationListener(GanttEntryRelationListener listener)
listener
- the GanttEntryRelationListener.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |