Uses of Class
org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components.ComponentId.Type
-
-
Uses of ComponentId.Type in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.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.Constructors in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components with parameters of type ComponentId.Type Constructor Description ComponentId(ComponentId.Type type) -
Uses of ComponentId.Type in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components.settablepanels
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components.settablepanels with parameters of type ComponentId.Type Modifier and Type Method Description javax.swing.JPanelSettableComponentFactory. getComponent(ComponentId.Type type)javax.swing.JPanelDefaultSettablePanelFactory. getSettablePanel(ComponentId.Type type)javax.swing.JPanelSettablePanelFactory. getSettablePanel(ComponentId.Type type)Constructor parameters in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.components.settablepanels with type arguments of type ComponentId.Type Constructor Description DefaultSettablePanelFactory(java.util.Map<ComponentId.Type,javax.swing.JPanel> mapBinder)
-