public class SecretEntry extends Entry
SecretEntry
is simply an Entry
whose secret flag is set to
true.iComponentListener
Constructor and Description |
---|
SecretEntry()
A constructor that will create an
Entry with only a unique ID and
a name. |
SecretEntry(IEntryContentProvider contentProvider)
A constructor that sets the
Entry to the content provider. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
This operation provides a deep copy of the Entry.
|
copy, equals, getAllowedValues, getComment, getDefaultValue, getErrorMessage, getParent, getTag, getValue, getValueType, hashCode, isModified, isReady, isRequired, isSecret, setComment, setContentProvider, setParent, setReady, setRequired, setTag, setValue, update
copy, getDescription, getId, getName, register, setDescription, setId, setName, unregister
getClass, notify, notifyAll, toString, wait, wait, wait
register, unregister
getDescription, getId, getName, setDescription, setId, setName
public SecretEntry()
Entry
with only a unique ID and
a name. Default values are set:
Entry
or otherwise overload the behavior of the Entry
.public SecretEntry(IEntryContentProvider contentProvider)
Entry
to the content provider.contentProvider
- The content provider for the Entry
.public java.lang.Object clone()
Entry
clone
in interface Identifiable
clone
in class Entry