Class PropertyFrameKey
- java.lang.Object
 - 
- com.inductiveautomation.perspective.designer.workspace.frames.PropertyFrameKey
 
 
- 
- All Implemented Interfaces:
 AbstractComponentEditorFrame.FrameKey
public class PropertyFrameKey extends java.lang.Object implements AbstractComponentEditorFrame.FrameKey
 
- 
- 
Constructor Summary
Constructors Constructor Description PropertyFrameKey(DesignAdapter editor, java.util.List<java.lang.String> components, PropertyKey target) 
- 
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() 
 - 
 
- 
- 
Constructor Detail
- 
PropertyFrameKey
public PropertyFrameKey(DesignAdapter editor, java.util.List<java.lang.String> components, PropertyKey target)
 
 - 
 
- 
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
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -