Class OverlayRestriction
- java.lang.Object
- 
- com.inductiveautomation.vision.api.client.components.model.security.OverlayRestriction
 
- 
- All Implemented Interfaces:
- ComponentRestriction
 
 public class OverlayRestriction extends java.lang.Object implements ComponentRestriction 
- 
- 
Constructor SummaryConstructors Constructor Description OverlayRestriction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(javax.swing.JComponent component)booleanequals(java.lang.Object obj)java.lang.StringgetDisplayKey()inthashCode()
 
- 
- 
- 
Method Detail- 
getDisplayKeypublic java.lang.String getDisplayKey() - Specified by:
- getDisplayKeyin interface- ComponentRestriction
 
 - 
applypublic void apply(javax.swing.JComponent component) - Specified by:
- applyin interface- ComponentRestriction
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-