net.sourceforge.plantuml.classdiagram.command
Class CommandMouseOver

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilines2<ClassDiagram>
      extended by net.sourceforge.plantuml.classdiagram.command.CommandMouseOver
All Implemented Interfaces:
Command

public class CommandMouseOver
extends CommandMultilines2<ClassDiagram>


Constructor Summary
CommandMouseOver(ClassDiagram diagram)
           
 
Method Summary
 CommandExecutionResult executeNow(List<String> lines)
           
 String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, execute, getDescription, getHelpMessageForDeprecated, getStartingPattern, getSystem, isCommandForbidden, isDeprecated, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMouseOver

public CommandMouseOver(ClassDiagram diagram)
Method Detail

getPatternEnd

public String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines2<ClassDiagram>

executeNow

public CommandExecutionResult executeNow(List<String> lines)
Specified by:
executeNow in class CommandMultilines2<ClassDiagram>


Copyright © 2012. All Rights Reserved.