Uses of Class
org.processmining.OCLPMDiscovery.gui.OCLPMColors
-
-
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.gui
Fields in org.processmining.OCLPMDiscovery.gui declared as OCLPMColors Modifier and Type Field Description OCLPMColorsOCLPMButton. themeOCLPMColorsOCLPMScalableViewPanel. themeMethods in org.processmining.OCLPMDiscovery.gui that return OCLPMColors Modifier and Type Method Description static OCLPMColorsOCLPMColors. getClownMode()static OCLPMColorsOCLPMColors. getCustomMode(java.awt.Color background, java.awt.Color elements, java.awt.Color text, java.awt.Color text_invers, java.awt.Color focus, java.awt.Color non_focus, java.awt.Color accent)static OCLPMColorsOCLPMColors. getDarkMode()static OCLPMColorsOCLPMColors. getLightMode()Methods in org.processmining.OCLPMDiscovery.gui with parameters of type OCLPMColors Modifier and Type Method Description static javax.swing.plaf.ComponentUIOCLPMComboBoxUI. createUI(javax.swing.JComponent c, OCLPMColors theme)voidOCLPMSplitPane. init(OCLPMColors theme, int orientation)voidOCLPMSplitPane. init(OCLPMColors theme, int orientation, int roundingRadius)Constructors in org.processmining.OCLPMDiscovery.gui with parameters of type OCLPMColors Constructor Description OCLPMAutoResizeTextArea(java.lang.String text, boolean editable, OCLPMColors theme)OCLPMButton(java.lang.String text, OCLPMColors theme)OCLPMButton(java.lang.String text, OCLPMColors theme, int cornerRadius)OCLPMComboBox(java.lang.Iterable<E> values, OCLPMColors theme)OCLPMComboBox(java.lang.Object[] values, OCLPMColors theme)OCLPMComboBox(javax.swing.ComboBoxModel<E> model, OCLPMColors theme)OCLPMComboBoxUI(javax.swing.JComboBox c, OCLPMColors theme)OCLPMEditorPane(java.lang.String text, boolean editable, boolean html, OCLPMColors theme)OCLPMGraphPanel(org.processmining.models.jgraph.ProMJGraph graph, OCLPMColors theme)OCLPMPanel(int size, int borderWidth, OCLPMColors theme)OCLPMPanel(OCLPMColors theme)OCLPMScalableViewPanel(org.processmining.framework.util.ui.scalableview.ScalableComponent scalableComponent, OCLPMColors theme)Create a panel for visualizing the given view.OCLPMScrollPane(javax.swing.JComponent component, OCLPMColors colors)OCLPMSplitPane(int orientation, OCLPMColors theme)OCLPMSplitPane(int orientation, OCLPMColors theme, int border)OCLPMSplitPane(OCLPMColors theme)OCLPMTable(javax.swing.table.TableModel model, javax.swing.table.TableColumnModel columnModel, OCLPMColors theme)OCLPMTextArea(java.lang.String text, boolean editable, boolean scrollable, OCLPMColors theme)OCLPMTextArea(java.lang.String text, OCLPMColors theme)Non-editable, scrollable text-areaOCLPMTextArea(OCLPMColors theme)OCLPMToggleButton(OCLPMColors theme) -
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.gui.graphVisualizer
Fields in org.processmining.OCLPMDiscovery.gui.graphVisualizer declared as OCLPMColors Modifier and Type Field Description OCLPMColorsZoomInteractionPanel. themeConstructors in org.processmining.OCLPMDiscovery.gui.graphVisualizer with parameters of type OCLPMColors Constructor Description ZoomInteractionPanel(OCLPMScalableViewPanel panel, int maximumZoom, OCLPMColors theme) -
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.plugins.visualization
Fields in org.processmining.OCLPMDiscovery.plugins.visualization declared as OCLPMColors Modifier and Type Field Description OCLPMColorsOCLPMResultVisualizer. themeOCLPMColorsTaggedPlaceSetVisualizer. themeMethods in org.processmining.OCLPMDiscovery.plugins.visualization with parameters of type OCLPMColors Modifier and Type Method Description javax.swing.JComponentCustomAcceptingPetriNetVisualizer. visualize(org.processmining.framework.plugin.PluginContext context, ObjectCentricLocalProcessModel oclpm, OCLPMResult oclpmResult, OCLPMColors theme)javax.swing.JComponentOCLPMVisualizer. visualize(org.processmining.framework.plugin.PluginContext context, ObjectCentricLocalProcessModel oclpm, OCLPMResult oclpmResult, OCLPMColors theme) -
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.visualization.components
Methods in org.processmining.OCLPMDiscovery.visualization.components with parameters of type OCLPMColors Modifier and Type Method Description OCLPMGraphPanelOCLPMGraphVisualizer. visualizeGraph(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.DirectedGraph<?,?> graph, org.processmining.models.graphbased.ViewSpecificAttributeMap map, OCLPMColors theme)Constructors in org.processmining.OCLPMDiscovery.visualization.components with parameters of type OCLPMColors Constructor Description ColorMapPanel(java.util.HashMap<java.lang.String,java.awt.Color> colorMap, OCLPMColors theme)SimpleCollectionOfElementsComponent(org.processmining.contexts.uitopia.UIPluginContext context, OCLPMResult result, AbstractPluginVisualizerTableFactory<T> tableFactory, OCLPMColors theme) -
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.visualization.components.tables
Constructors in org.processmining.OCLPMDiscovery.visualization.components.tables with parameters of type OCLPMColors Constructor Description GenericTextDescribableTableComponent(java.util.Map<java.lang.Integer,T> indexMap, OCLPMColors theme)TableCompositionAndButtonLogic(OCLPMResult result, OCLPMResult resultCopy, AbstractPluginVisualizerTableFactory<T> tableFactory, TableListener<T> controller, OCLPMColors theme) -
Uses of OCLPMColors in org.processmining.OCLPMDiscovery.visualization.components.tables.factories
Methods in org.processmining.OCLPMDiscovery.visualization.components.tables.factories with parameters of type OCLPMColors Modifier and Type Method Description GenericTextDescribableTableComponent<T>AbstractPluginVisualizerTableFactory. getPluginVisualizerTable(org.processmining.placebasedlpmdiscovery.model.serializable.SerializableCollection<T> result, TableListener<T> listener, OCLPMColors theme)
-