public interface PropertyBarEntry
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(CompareVaNameVisitor visitor)
Accept methode for the CompareVaNameVisitor.
|
java.awt.Component |
accept(DetailBarVisitor visitor)
Accept methode for the DetaibarVisitor.
|
java.lang.String |
accept(ItemGetNameVisitor visitor)
Accept methode for the ItemGetNameVisitor.
|
void |
accept(ItemSetNameVisitor visitor)
Accept methode for the ItemSetNameVisitor.
|
java.awt.Component accept(DetailBarVisitor visitor)
visitor - the visitorboolean accept(CompareVaNameVisitor visitor)
visitor - the visitorjava.lang.String accept(ItemGetNameVisitor visitor)
visitor - the visitorvoid accept(ItemSetNameVisitor visitor) throws java.lang.IllegalArgumentException, ValueNotInRangeOfTypeException, TypeDoesNotExistException, TypeExceptions
visitor - the visitorTypeExceptions - The TypeExceptions.TypeDoesNotExistException - The TypeDoesNotExistException.ValueNotInRangeOfTypeException - The value is not in the range of the given type.java.lang.IllegalArgumentException - see java.lang.IllegalArgumentException.