Uses of Class
com.horstmann.violet.framework.MultiLineString

Packages that use MultiLineString
com.horstmann.violet   
 

Uses of MultiLineString in com.horstmann.violet
 

Methods in com.horstmann.violet that return MultiLineString
 MultiLineString ClassNode.getAttributes()
          Gets the attributes property value.
 MultiLineString PackageNode.getContents()
          Gets the contents property value.
 MultiLineString InterfaceNode.getMethods()
          Gets the methods property value.
 MultiLineString ClassNode.getMethods()
          Gets the methods property value.
 MultiLineString StateNode.getName()
          Gets the name property value.
 MultiLineString ObjectNode.getName()
          Gets the name property value.
 MultiLineString UseCaseNode.getName()
          Gets the name property value.
 MultiLineString ActorNode.getName()
          Gets the name property value.
 MultiLineString FieldNode.getName()
          Gets the name property value.
 MultiLineString ImplicitParameterNode.getName()
          Gets the name property value.
 MultiLineString InterfaceNode.getName()
          Gets the name property value.
 MultiLineString ClassNode.getName()
          Gets the name property value.
 MultiLineString NoteNode.getText()
          Gets the value of the text property.
 MultiLineString FieldNode.getValue()
          Gets the value property value.
 

Methods in com.horstmann.violet with parameters of type MultiLineString
 void ClassNode.setAttributes(MultiLineString newValue)
          Sets the attributes property value.
 void PackageNode.setContents(MultiLineString newValue)
          Sets the contents property value.
 void InterfaceNode.setMethods(MultiLineString newValue)
          Sets the methods property value.
 void ClassNode.setMethods(MultiLineString newValue)
          Sets the methods property value.
 void StateNode.setName(MultiLineString newValue)
          Sets the name property value.
 void ObjectNode.setName(MultiLineString n)
          Sets the name property value.
 void UseCaseNode.setName(MultiLineString newValue)
          Sets the name property value.
 void ActorNode.setName(MultiLineString newValue)
          Sets the name property value.
 void FieldNode.setName(MultiLineString newValue)
          Sets the name property value.
 void ImplicitParameterNode.setName(MultiLineString n)
          Sets the name property value.
 void InterfaceNode.setName(MultiLineString newValue)
          Sets the name property value.
 void ClassNode.setName(MultiLineString newValue)
          Sets the name property value.
 void NoteNode.setText(MultiLineString newValue)
          Sets the value of the text property.
 void FieldNode.setValue(MultiLineString newValue)
          Sets the value property value.