net.sourceforge.plantuml.classdiagram.command
Class CommandHideShow

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<UmlDiagram>
      extended by net.sourceforge.plantuml.classdiagram.command.CommandHideShow
All Implemented Interfaces:
Command<UmlDiagram>

public class CommandHideShow
extends SingleLineCommand2<UmlDiagram>


Constructor Summary
CommandHideShow()
           
 
Method Summary
protected  CommandExecutionResult executeArg(UmlDiagram classDiagram, RegexResult arg)
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandHideShow

public CommandHideShow()
Method Detail

executeArg

protected CommandExecutionResult executeArg(UmlDiagram classDiagram,
                                            RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<UmlDiagram>


Copyright © 2014. All Rights Reserved.