public abstract class ProtectedRegion extends Region
Modifier | Constructor and Description |
---|---|
protected |
ProtectedRegion(String id,
int offset) |
protected |
ProtectedRegion(String id,
int offset,
boolean enabled) |
protected |
ProtectedRegion(String id,
int offset,
boolean enabled,
String contents) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDefaultValue() |
String |
getId() |
int |
getOffset() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
abstract String |
toString() |
getContents, setContents
protected ProtectedRegion(String id, int offset)
protected ProtectedRegion(String id, int offset, boolean enabled)
Copyright © 2016. All rights reserved.