Class FacesInfoAction
java.lang.Object
javax.swing.AbstractAction
cz.fidentis.analyst.gui.project.ProjectPanelAction<FaceInfoControlPanel>
cz.fidentis.analyst.gui.project.faceinfo.FacesInfoAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
Action listener for panel showing face details.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionFacesInfoAction
(ProjectPanel projectPanel, JTabbedPane topControlPane) Constructor for project window when project panel is provided -
Method Summary
Methods inherited from class cz.fidentis.analyst.gui.project.ProjectPanelAction
getControlPanel, getProjectPanel, hideShowPanelActionPerformed, popup, setControlPanel, setShowHideCode
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
FacesInfoAction
Constructor for project window when project panel is provided- Parameters:
projectPanel
- Project paneltopControlPane
- Top component for placing control panels
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classProjectPanelAction<FaceInfoControlPanel>
-