Class ReportingResourceWorkspace.NewReportResourceAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.inductiveautomation.ignition.designer.tabbedworkspace.NewResourceAction
-
- com.inductiveautomation.reporting.designer.workspace.ReportingResourceWorkspace.NewReportResourceAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- ReportingResourceWorkspace
public static class ReportingResourceWorkspace.NewReportResourceAction extends NewResourceAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.inductiveautomation.ignition.designer.tabbedworkspace.NewResourceAction
builderConsumer, canceled, folder, workspace
-
-
Constructor Summary
Constructors Constructor Description NewReportResourceAction(TabbedResourceWorkspace workspace, ResourceFolderNode folder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReportResourcecreatePrototype()protected java.lang.StringnewResourceName()-
Methods inherited from class com.inductiveautomation.ignition.designer.tabbedworkspace.NewResourceAction
actionPerformed, configureResource, createPrototypeBytes, getFolder, onAfterResourceAdded
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
NewReportResourceAction
public NewReportResourceAction(TabbedResourceWorkspace workspace, ResourceFolderNode folder)
-
-
Method Detail
-
createPrototype
protected ReportResource createPrototype()
- Overrides:
createPrototypein classNewResourceAction
-
newResourceName
protected java.lang.String newResourceName()
- Specified by:
newResourceNamein classNewResourceAction
-
-