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 Summary
Constructors Constructor Description NewChartAction(DesignerContext context, SfcWorkspace workspace, ResourcePath parentFolder) 
- 
Method Summary
All 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.BaseAction
create, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled 
- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NewChartAction
public NewChartAction(DesignerContext context, SfcWorkspace workspace, @Nullable ResourcePath parentFolder)
 
 - 
 
- 
Method Detail
- 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
 
- 
onChartAdded
protected void onChartAdded(ResourcePath newPath)
 
 - 
 
 -