Package be.gaudry.swing.file.action
Class BuildFileChartAction
java.lang.Object
javax.swing.AbstractAction
be.gaudry.swing.action.RunnablePanelAction
be.gaudry.swing.file.action.BuildFileChartAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Since:
- 1.0 Sep 21, 2009
- Author:
- Steph GAUDRY
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class be.gaudry.swing.action.RunnablePanelAction
FORCE_START_COMMANDFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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
ConstructorsConstructorDescriptionBuildFileChartAction(BrolCrumbConfiguration brolCrumbConfiguration, EFileStatType fileStatType) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetChartType(EFileStatType fileStatType)voidsetMaxPies(int maxPies)Methods inherited from class be.gaudry.swing.action.RunnablePanelAction
getPanel, isStarted, setLanguage, setPanel, setPauseAction, setStartedMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
Method Details
-
setChartType
-
getBrolCrumbConfiguration
- Returns:
- the brolCrumbConfiguration
-
getParser
- Returns:
- the parser_extension
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Overrides:
actionPerformedin classRunnablePanelAction
-
setMaxPies
public void setMaxPies(int maxPies)- Parameters:
maxPies- the maxPies to set
-