public class EventScriptRestriction extends java.lang.Object implements ComponentRestriction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENTS_DISABLED_KEY |
| Constructor and Description |
|---|
EventScriptRestriction() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(javax.swing.JComponent component) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDisplayKey() |
int |
hashCode() |
public static final java.lang.String EVENTS_DISABLED_KEY
public java.lang.String getDisplayKey()
getDisplayKey in interface ComponentRestrictionpublic void apply(javax.swing.JComponent component)
apply in interface ComponentRestrictionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object