SEdit
Class FunctionCommand

java.lang.Object
  extended bySEdit.Command
      extended bySEdit.FunctionCommand
All Implemented Interfaces:
Executable

public class FunctionCommand
extends Command


Field Summary
 
Fields inherited from class SEdit.Command
action, desc, icon
 
Constructor Summary
FunctionCommand(String functionName)
           
FunctionCommand(String functionName, String description)
           
FunctionCommand(String functionName, String description, String iconLocation)
           
 
Methods inherited from class SEdit.Command
execute, getAction, getDescription, getIcon, hasDescription, hasIcon, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionCommand

public FunctionCommand(String functionName)

FunctionCommand

public FunctionCommand(String functionName,
                       String description)

FunctionCommand

public FunctionCommand(String functionName,
                       String description,
                       String iconLocation)


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.