org.codehaus.mojo.freeform.project
Class CustomisedContextMenuItem

java.lang.Object
  extended by org.codehaus.mojo.freeform.project.ContextMenuItem
      extended by org.codehaus.mojo.freeform.project.CustomisedContextMenuItem
All Implemented Interfaces:
Serializable

public class CustomisedContextMenuItem
extends ContextMenuItem
implements Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
CustomisedContextMenuItem()
           
 
Method Summary
 void addTarget(String string)
          Method addTarget
 String getModelEncoding()
           
 String getName()
          Get null
 String getScript()
          Get null
 List getTarget()
          Method getTarget
 void removeTarget(String string)
          Method removeTarget
 void setModelEncoding(String modelEncoding)
           
 void setName(String name)
          Set null
 void setScript(String script)
          Set null
 void setTarget(List target)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomisedContextMenuItem

public CustomisedContextMenuItem()
Method Detail

addTarget

public void addTarget(String string)
Method addTarget

Parameters:
string -

getName

public String getName()
Get null


getScript

public String getScript()
Get null


getTarget

public List getTarget()
Method getTarget


removeTarget

public void removeTarget(String string)
Method removeTarget

Parameters:
string -

setName

public void setName(String name)
Set null

Parameters:
name -

setScript

public void setScript(String script)
Set null

Parameters:
script -

setTarget

public void setTarget(List target)
Set null

Parameters:
target -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Overrides:
setModelEncoding in class ContextMenuItem

getModelEncoding

public String getModelEncoding()
Overrides:
getModelEncoding in class ContextMenuItem


Copyright © 2005-2011 Codehaus. All Rights Reserved.