Uses of Interface
org.processmining.framework.util.GuiDisplayable

Packages that use GuiDisplayable
org.processmining.analysis.logstatistics   
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.util   
 

Uses of GuiDisplayable in org.processmining.analysis.logstatistics
 

Classes in org.processmining.analysis.logstatistics that implement GuiDisplayable
 class OptionPanel
          Option panel displayed to the user in order to adjust the displayed log statistics.
 

Uses of GuiDisplayable in org.processmining.exporting.petrinet.cpnexport.HLImplementation
 

Classes in org.processmining.exporting.petrinet.cpnexport.HLImplementation that implement GuiDisplayable
 class HLAttribute
          A data attribute represents a case data attribute that is available to activities in the process (i.e., they can read it and provide new values).
 class HLChoice
          Defines the operations for a choice at a decision point in the process.
 class HLTransition
          Defines the data operations that are available for a high-level activity.
 

Uses of GuiDisplayable in org.processmining.framework.util
 

Fields in org.processmining.framework.util declared as GuiDisplayable
protected  GuiDisplayable GUIPropertyListEnumerationOfGuiDisplayables.myValue
           
 

Fields in org.processmining.framework.util with type parameters of type GuiDisplayable
protected  java.util.List<GuiDisplayable> GUIPropertyListEnumerationOfGuiDisplayables.myPossibleValues
           
 

Methods in org.processmining.framework.util that return GuiDisplayable
 GuiDisplayable GUIPropertyListEnumerationOfGuiDisplayables.getValue()
          The method to be invoked when the value of this property is to be used.
 

Methods in org.processmining.framework.util that return types with arguments of type GuiDisplayable
 java.util.List<GuiDisplayable> GUIPropertyListEnumerationOfGuiDisplayables.getAllValues()
          Retrieves all the possible values specified for this property.
 

Methods in org.processmining.framework.util with parameters of type GuiDisplayable
 void GUIPropertyListEnumerationOfGuiDisplayables.addValue(GuiDisplayable value)
          Adds an enumeration value.
 void GUIPropertyListEnumerationOfGuiDisplayables.removeValue(GuiDisplayable value)
          Removes an enumeration value, if present
 

Constructor parameters in org.processmining.framework.util with type arguments of type GuiDisplayable
GenericTableModelPanel(java.util.List<GuiDisplayable> list, java.lang.String name)
          Constructor taking a list of displayable objects.
GenericTableModelPanel(java.util.List<GuiDisplayable> list, java.lang.String name, java.lang.String helpText)
          Constructor taking a list of displayable objects.
GenericTableModelPanel(java.util.List<GuiDisplayable> list, java.lang.String name, java.lang.String helpText, GuiNotificationTargetStateful target)
          Constructor taking a list of displayable objects.
GenericTableModelPanel(java.util.Set<GuiDisplayable> set, java.lang.String name)
          Constructor taking a set of displayable objects.
GenericTableModelPanel(java.util.Set<GuiDisplayable> set, java.lang.String name, GuiNotificationTargetStateful target)
          Constructor taking a set of displayable objects.
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name, java.util.List<GuiDisplayable> values)
          Creates an enumeration property without a discription and notification.
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name, java.util.List<GuiDisplayable> values, GuiNotificationTarget target)
          Creates an enumeration property without a discription.
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name, java.lang.String description, java.util.List<GuiDisplayable> values)
          Creates an enumeration property without notification.
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name, java.lang.String description, java.util.List<GuiDisplayable> values, GuiNotificationTarget target)
          Creates an enumeration property.
GUIPropertyListEnumerationOfGuiDisplayables(java.lang.String name, java.lang.String description, java.util.List<GuiDisplayable> values, GuiNotificationTarget target, int width)
          Creates an enumeration property.