public class PortEntry extends Entry
Entry
that is a "continuous" Entry
with a twist: instead of the allowed values' being a range between two
doubles, they are a range between two integers. The range is specified by the
PortEntryContentProvider
.iComponentListener
Constructor and Description |
---|
PortEntry(PortEntryContentProvider contentProvider)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Overrides the default clone operation on
Entry . |
boolean |
setValue(java.lang.String newValue)
Checks the new value before attempting to set it.
|
copy, equals, getAllowedValues, getComment, getDefaultValue, getErrorMessage, getParent, getTag, getValue, getValueType, hashCode, isModified, isReady, isRequired, isSecret, setComment, setContentProvider, setParent, setReady, setRequired, setTag, 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 PortEntry(PortEntryContentProvider contentProvider)
contentProvider
- The PortEntry
's content provider. If null, a default
content provider is used.public boolean setValue(java.lang.String newValue)
PortEntryContentProvider
.public java.lang.Object clone()
Entry
.
Note: This method should not be used. It is implemented so that a
template KeyEntry
can be copied when used in
ConnectionManager
TableComponent
s.
clone
in interface Identifiable
clone
in class Entry