Class | Description |
---|---|
CustomDesktopManager |
This class extends
DefaultDesktopManager to create a new DesktopManger able to manage the position
of every new JInternalFrame frame positioned inside a JDesktopPane (in our case
represented by the contentArea area). |
EventLogEditor |
This class extends
JInternalFrame to create a more detailed
version of a generic internal frame, made to be an event log editor. |
EventLogManagerView |
This class defines the GUI Application (This is the View of the MVC pattern).
|
FilterPanel |
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. |
FooterAreaButton |
This class extends
JToggleButton for defining a specific type of button. |
FootprintFilter |
This class defines a filter, composed by different saved selections,
to use when analysing the content of a specific
EventLogEditor . |
FootprintMatrixInfo |
This class extends
JInternalFrame to create a more detailed
version of a generic internal frame. |
MenuAreaButton |
This class extends
JButton for defining a specific
type of button for the menuArea . |
MenuAreaTabLayout |
This class extends
FlowLayout to create a specific version of this layout
for the menuArea tabs. |
OneRowFlowLayout |
This class extends
FlowLayout to create a particular version
of this type of layout. |