Class SfcFolderNode.NewChartAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.sfc.designer.tree.SfcFolderNode.NewChartAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 - Enclosing class:
- SfcFolderNode
 
 public static class SfcFolderNode.NewChartAction extends BaseAction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description NewChartAction(DesignerContext context, SfcWorkspace workspace, ResourcePath parentFolder)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidonChartAdded(ResourcePath newPath)- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
NewChartActionpublic NewChartAction(DesignerContext context, SfcWorkspace workspace, @Nullable ResourcePath parentFolder) 
 
- 
 - 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 - 
onChartAddedprotected void onChartAdded(ResourcePath newPath) 
 
- 
 
-