Skip navigation links
A B C D E F G H I L M N O P R S T U V W X Z 

O

OneRowFlowLayout - Class in unipi.bpm.elm.santeramo.view
This class extends FlowLayout to create a particular version of this type of layout.
OneRowFlowLayout() - Constructor for class unipi.bpm.elm.santeramo.view.OneRowFlowLayout
Constructor with no parameters that calls the OneRowFlowLayout.OneRowFlowLayout(int, int, int) constructor to create a layout with default parameters (align=LEFT, hgap=0, vgap=0).
OneRowFlowLayout(int) - Constructor for class unipi.bpm.elm.santeramo.view.OneRowFlowLayout
Constructor with alignment parameter that calls the OneRowFlowLayout.OneRowFlowLayout(int, int, int) constructor to create a layout with the specified alignment and default hgap and vgap (hgap=0, vgap=0).
OneRowFlowLayout(int, int, int) - Constructor for class unipi.bpm.elm.santeramo.view.OneRowFlowLayout
Constructor with alignment, horizontal gap and vertical gap parameters that calls the super class constructor to create a layout with the specified information.
openEventLog(String, boolean...) - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
Opens an "Open" dialog to ask the user to select which file to open, then the method tries to open it (.XES, .CSV and .TXT extensions available).
openEventLog(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
Opens an "Open" dialog to ask the user to select which file to open, then the method tries to open it (.XES and .TXT extensions available).
operators - Variable in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
This is the Map of the possible operators, together with their precedence and left/right associativity.
A B C D E F G H I L M N O P R S T U V W X Z 
Skip navigation links