- fatalError(SAXParseException) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
Report a fatal XML parsing error.
- fatalError(SAXParseException) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.SchemaFactoryErrorHandler
-
Receive notification of a non-recoverable error.
- fileChooser - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
This is the object that manage the user's files selection
in many situation, such as opening a file or saving a content
in a destination file.
- fileTab - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
The JPanel
that defines the first tab of
the menu and contains all the buttons of the File tab.
- filterDialog - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This variable takes trace of the associate filters panel opened for this editor.
- FilterPanel - Class in unipi.bpm.elm.santeramo.view
-
This class extends JPanel
to define a particular Swing panel,
that decides its elements dynamically by looking at the values of the
FootprintFilter
object associated with the EventLogEditor
passed to the constructor.
- FilterPanel(EventLogEditor) - Constructor for class unipi.bpm.elm.santeramo.view.FilterPanel
-
Creates a FilterPanel
associated with the passed EventLogEditor
.
- filterPanelActionListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- FilterPanelActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.FilterPanelActionListener
-
- findFooterAreaButton(JInternalFrame) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Searches for the associated FooterAreaButton
button of the target
JInternalFrame
, returning it or null
otherwise.
- findJInternalFrame(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Searches for the target
JInternalFrame
inside the
contentArea
using its title, returning it or
null
otherwise.
- firstFreePosition(Point, Dimension, JInternalFrame[], JInternalFrame) - Method in class unipi.bpm.elm.santeramo.view.CustomDesktopManager
-
This method tries to find a place, defined by a NW corner point,
in the container area, defined by its size, where there are no other
internal frames and there is enough space to place the target internal frame.
- fixPrefix(String) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.AlphabetSequenceGenerator
-
Generates the prefix basing of the one that we were using for
the preceding element.
- footerArea - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
The JPanel
that defines the bar at the
bottom of the JFrame
frame.
- FooterAreaButton - Class in unipi.bpm.elm.santeramo.view
-
This class extends JToggleButton
for defining a specific type of button.
- FooterAreaButton(String, boolean, int) - Constructor for class unipi.bpm.elm.santeramo.view.FooterAreaButton
-
Creates an
FooterAreaButton
button with the specified text and
selection state, calling the constructor of the super class and then the method
FooterAreaButton.buttonSettings(String, int)
to set all the button details,
included the identifier of the
JInternalFrame
to manage.
- FooterAreaButton(String, Icon, boolean, int) - Constructor for class unipi.bpm.elm.santeramo.view.FooterAreaButton
-
Creates a
FooterAreaButton
button with the specified text, image, and selection state,
calling the constructor of the super class and then the method
FooterAreaButton.buttonSettings(String, int)
to set all the button details, included the identifier of the
JInternalFrame
to manage.
- footerAreaButtonActionListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- FooterAreaButtonActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.FooterAreaButtonActionListener
-
- footerAreaButtonsGroup - Variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
- footprintFilter - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Defines the filter to use when generating the footprint matrix for this editor content.
- footprintFilter - Variable in class unipi.bpm.elm.santeramo.view.FilterPanel
-
The FootprintFilter
associated with the eventLogEditor
that contains all the information for creating this panel.
- FootprintFilter - Class in unipi.bpm.elm.santeramo.view
-
This class defines a filter, composed by different saved selections,
to use when analysing the content of a specific EventLogEditor
.
- FootprintFilter() - Constructor for class unipi.bpm.elm.santeramo.view.FootprintFilter
-
- footprintMatrices - Variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This variable contains String
objects that represent the
footprint matrices associated to the logs that are inside this editor.
- FootprintMatrixInfo - Class in unipi.bpm.elm.santeramo.view
-
This class extends JInternalFrame
to create a more detailed
version of a generic internal frame.
- FootprintMatrixInfo(String, boolean, boolean, boolean, boolean, int) - Constructor for class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
Creates a FootprintMatrixInfo
with the specified title, resizability,
closability, maximizability, iconifiability and ID.
- frameSettings(int) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Sets the graphic details and components of this internal frame.
- frameSettings(int) - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
Sets the graphic details and components of the frame.