Uses of Class
org.gephi.project.impl.ProjectControllerImpl.EventType
-
Packages that use ProjectControllerImpl.EventType Package Description org.gephi.project.impl -
-
Uses of ProjectControllerImpl.EventType in org.gephi.project.impl
Methods in org.gephi.project.impl that return ProjectControllerImpl.EventType Modifier and Type Method Description static ProjectControllerImpl.EventTypeProjectControllerImpl.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectControllerImpl.EventType[]ProjectControllerImpl.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.project.impl with parameters of type ProjectControllerImpl.EventType Modifier and Type Method Description private voidProjectControllerImpl. fireWorkspaceEvent(ProjectControllerImpl.EventType event, Workspace workspace)
-