Uses of Class
org.processmining.OCLPMDiscovery.visualization.components.ComponentId.Type
-
Packages that use ComponentId.Type Package Description org.processmining.OCLPMDiscovery.visualization.components -
-
Uses of ComponentId.Type in org.processmining.OCLPMDiscovery.visualization.components
Methods in org.processmining.OCLPMDiscovery.visualization.components that return ComponentId.Type Modifier and Type Method Description ComponentId.TypeComponentId. getType()static ComponentId.TypeComponentId.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ComponentId.Type[]ComponentId.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.OCLPMDiscovery.visualization.components with parameters of type ComponentId.Type Modifier and Type Method Description javax.swing.JPanelSettableComponentFactory. getComponent(ComponentId.Type type)Constructors in org.processmining.OCLPMDiscovery.visualization.components with parameters of type ComponentId.Type Constructor Description ComponentId(ComponentId.Type type)
-