public interface ItemSetNameVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(DetailBarLabel label)
visit methode for the detail bar label.
|
void |
visit(DetailInputBox detailBarInputBox)
visit methode for the detail input box.
|
void |
visit(VariableAssignment va)
visit methode for the variable assignment.
|
void visit(VariableAssignment va) throws java.lang.IllegalArgumentException, ValueNotInRangeOfTypeException, TypeDoesNotExistException, TypeExceptions
va - the variable assignment to set the new name.java.lang.IllegalArgumentException - see java.lang.IllegalArgumentExceptionTypeExceptions - The TypeExceptions.TypeDoesNotExistException - The TypeDoesNotExistException.ValueNotInRangeOfTypeException - The value is not in the range of the given type.void visit(DetailBarLabel label)
label - the detail bar label to set the new name.void visit(DetailInputBox detailBarInputBox)
detailBarInputBox - the detail input box to set the new name.