|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ProjectItem | |
| org.fopps.model | |
| org.fopps.ui | |
| org.fopps.ui.actions | |
| Uses of ProjectItem in org.fopps.model |
| Subclasses of ProjectItem in org.fopps.model | |
class |
CoreAsset
A CoreAsset is a part of a product. |
class |
Product
A Product is an aggregation of one or more assets. |
| Fields in org.fopps.model declared as ProjectItem | |
static ProjectItem |
ProjectContainer.DUMMY
|
| Methods in org.fopps.model that return ProjectItem | |
ProjectItem |
ProjectContainer.getProjectAt(int index)
|
| Methods in org.fopps.model with parameters of type ProjectItem | |
void |
ProjectContainer.addProjects(ProjectItem pProjects)
Adds one element to association Projects |
void |
ProjectContainer.removeProjects(ProjectItem pProjects)
Removes one element to association Projects |
protected void |
ProjectContainer.fireProjectChanged(ProjectItem pItem)
Fires 'changed' event |
protected void |
ProjectContainer.fireProjectRemoved(ProjectItem pItem)
Fires 'removed' event |
protected void |
ProjectContainer.fireProjectAdded(ProjectItem pItem)
Fires 'added' event |
int |
ProjectContainer.getIndexOfProject(ProjectItem pItem)
Return the position of a given project item in the container. |
boolean |
ProjectContainer.swapPosition(ProjectItem p1,
ProjectItem p2)
Swaps positions of two items. |
boolean |
ProjectContainer.swapPosition(ProjectItem p1,
ProjectItem p2)
Swaps positions of two items. |
boolean |
ProjectContainer.moveUp(ProjectItem pItem)
Moves an item one position forwards |
boolean |
ProjectContainer.moveDown(ProjectItem pItem)
Moves an item one position backwards |
| Uses of ProjectItem in org.fopps.ui |
| Methods in org.fopps.ui with parameters of type ProjectItem | |
java.awt.Rectangle |
ProjectItemRenderer.renderProject(java.awt.Graphics g,
ProjectItem item,
int x0,
int y1,
int y2,
int timeWidth,
boolean isSelected,
boolean isVisible)
|
java.awt.Rectangle |
DefaultProjectItemRenderer.renderProject(java.awt.Graphics g,
ProjectItem item,
int x0,
int y1,
int y2,
int timeWidth,
boolean isSelected,
boolean isVisible)
Renders a project item |
| Constructors in org.fopps.ui with parameters of type ProjectItem | |
ProjectItemDialog(ProjectItem pItem)
|
|
ProductDialog(ProjectItem pItem)
|
|
| Uses of ProjectItem in org.fopps.ui.actions |
| Methods in org.fopps.ui.actions that return ProjectItem | |
ProjectItem |
CreateRelationAction.IgnoredLink.getFrom()
|
ProjectItem |
CreateRelationAction.IgnoredLink.getTo()
|
ProjectItem |
CreateMany2OneRelationAction.IgnoredLink.getFrom()
|
ProjectItem |
CreateMany2OneRelationAction.IgnoredLink.getTo()
|
| Constructors in org.fopps.ui.actions with parameters of type ProjectItem | |
CreateRelationAction.IgnoredLink(ProjectItem from,
ProjectItem to)
|
|
CreateRelationAction.IgnoredLink(ProjectItem from,
ProjectItem to)
|
|
CreateMany2OneRelationAction.IgnoredLink(ProjectItem from,
ProjectItem to)
|
|
CreateMany2OneRelationAction.IgnoredLink(ProjectItem from,
ProjectItem to)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||