Uses of Class
ca.cgjennings.apps.arkham.project.ProjectView
-
Packages that use ProjectView Package Description ca.cgjennings.apps.arkham ca.cgjennings.apps.arkham.project -
-
Uses of ProjectView in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return ProjectView Modifier and Type Method Description abstract ProjectView
StrangeEonsAppWindow. getOpenProjectView()
Returns the view of the open project, ornull
if no project is open. -
Uses of ProjectView in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return ProjectView Modifier and Type Method Description ProjectView
ProjectView.ProjectViewEvent. getSource()
Returns the view associated with this event.ProjectView
Project. getView()
Returns the canonicalProjectView
associated with this project, ornull
if no view is associated with it.Methods in ca.cgjennings.apps.arkham.project with parameters of type ProjectView Modifier and Type Method Description java.awt.Component
ViewTab. createViewForProject(ProjectView v, Project p)
Returns a component that will display the content of this tab.Constructors in ca.cgjennings.apps.arkham.project with parameters of type ProjectView Constructor Description ProjectViewEvent(ProjectView view)
Creates a new project view event.
-