Package org.processmining.framework.util

Interface Summary
GuiDisplayable This interface ensures that the implementing class provides a method to display itself.
GuiNotificationTarget This interface needs to implemented by any class that wants to be notified by a GUI property when its state has changed.
GuiNotificationTargetStateful This interface needs to implemented by any class that wants to be notified by a GUI property when its state has changed and also wants to receive some object that is involved in this state change.
 

Class Summary
BrowserLauncher Utility to open a web page with the specified URL in the system's default browser.
CenterOnScreen Title:
ColorRepository  
Dot  
GenericTableModelPanel Represents a panel that consists of a table model on the left and displays the contents of the double-clicked element on the right.
GUIPropertyBoolean A boolean property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyDouble A double property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyDoubleTextField A double property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyFloat A float property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyInteger An integer property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyIntegerTextField An integer property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyListEnumeration An enumeration property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyListEnumerationOfGuiDisplayables  
GuiPropertyListRadio A list of strings property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyLong A long property that can be readily displayed as it maintains its own GUI panel.
GuiPropertyObjectList An object list property that can be readily displayed as it maintains its own GUI panel.
GuiPropertyObjectSet An object set property that can be readily displayed as it maintains its own GUI panel.
GUIPropertySetEnumeration An enumeration property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyString A string property that can be readily displayed as it maintains its own GUI panel.
GUIPropertyStringArea A string property that can be readily displayed as it maintains its own GUI panel.
GuiPropertyStringList A string list property that can be readily displayed as it maintains its own GUI panel.
GuiPropertyStringTextarea This simple string description property that can be readily displayed as it maintains its own GUI panel.
MethodsForFiles Title:
MethodsForWorkflowLogDataStructures Title:
MethodsToConvertDataStructures Title:
MethodsToMakeDeepCopiesOfDataStructures Title: Methods to Make Deep Copies of Data Structures
Parameters Title:
PluginDocumentationLoader Title: PluginDocumentationLoader
RuntimeUtils  
StopWatch Provides a simple timer facility, to measure the duration of tasks.
StringSimilarity Title:
TestUtils This class provides handy utilities for text-output-based tests.
ToolTipComboBox Title: