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_COMMAND
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
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
ConstructorDescriptionBuildFileChartAction(BrolCrumbConfiguration brolCrumbConfiguration, EFileStatType fileStatType)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setChartType(EFileStatType fileStatType)
void
setMaxPies(int maxPies)
Methods inherited from class be.gaudry.swing.action.RunnablePanelAction
getPanel, isStarted, setLanguage, setPanel, setPauseAction, setStarted
Methods 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:
actionPerformed
in interfaceActionListener
- Overrides:
actionPerformed
in classRunnablePanelAction
-
setMaxPies
public void setMaxPies(int maxPies)- Parameters:
maxPies
- the maxPies to set
-