Class ActionEditorFrame.ActionFrameKey
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.workspace.actioneditor.ActionEditorFrame.ActionFrameKey
 
 
- 
- All Implemented Interfaces:
 AbstractComponentEditorFrame.FrameKey
- Enclosing class:
 - ActionEditorFrame
 
public static class ActionEditorFrame.ActionFrameKey extends java.lang.Object implements AbstractComponentEditorFrame.FrameKey
 
- 
- 
Constructor Summary
Constructors Constructor Description ActionFrameKey(DesignAdapter editor, java.util.List<java.lang.String> components) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<java.lang.String>getComponents()DesignAdaptergetEditor()inthashCode()booleanisView() 
 - 
 
- 
- 
Constructor Detail
- 
ActionFrameKey
public ActionFrameKey(DesignAdapter editor, java.util.List<java.lang.String> components)
 
 - 
 
- 
Method Detail
- 
getEditor
public DesignAdapter getEditor()
- Specified by:
 getEditorin interfaceAbstractComponentEditorFrame.FrameKey
 
- 
getComponents
public java.util.List<java.lang.String> getComponents()
- Specified by:
 getComponentsin interfaceAbstractComponentEditorFrame.FrameKey
 
- 
isView
public boolean isView()
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -