|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectSetModeAction
org.argouml.uml.diagram.ui.ActionSetMode
public class ActionSetMode
Extends GEF ActionSetMode to add additional metadata such as tooltips.
| Constructor Summary | |
|---|---|
ActionSetMode(java.lang.Class modeClass)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
boolean sticky)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.util.Hashtable modeArgs)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.util.Hashtable modeArgs,
java.lang.String name)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.lang.String name)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value,
java.lang.String name)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value,
java.lang.String name,
javax.swing.ImageIcon icon)
The constructor. |
|
ActionSetMode(java.lang.Class modeClass,
java.lang.String name,
java.lang.String tooltipkey)
The constructor. |
|
ActionSetMode(java.util.Properties args)
The constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionSetMode(java.util.Properties args)
args - argumentspublic ActionSetMode(java.lang.Class modeClass)
modeClass - the next global editor mode
public ActionSetMode(java.lang.Class modeClass,
java.lang.String name)
modeClass - the next global editor modename - the name of the icon
public ActionSetMode(java.lang.Class modeClass,
java.lang.String name,
java.lang.String tooltipkey)
modeClass - the next global editor modename - the icon nametooltipkey - The key for the tooltip text.
public ActionSetMode(java.lang.Class modeClass,
boolean sticky)
modeClass - the next global editor modesticky - the global sticky mode boolean allows the user
to place several nodes rapidly (in succession)
public ActionSetMode(java.lang.Class modeClass,
java.util.Hashtable modeArgs)
modeClass - the next global editor modemodeArgs - arguments for the new mode
public ActionSetMode(java.lang.Class modeClass,
java.util.Hashtable modeArgs,
java.lang.String name)
modeClass - the next global editor modemodeArgs - arguments for the new modename - the name of the command that is the tooltip text.
public ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value)
modeClass - the next global editor modearg - the name of a new argument for the new modevalue - the value of a new argument for the new mode
public ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value,
java.lang.String name)
modeClass - the next global editor modearg - the name of a new argument for the new modevalue - the value of a new argument for the new modename - the name of the command that is the tooltip text.
public ActionSetMode(java.lang.Class modeClass,
java.lang.String arg,
java.lang.Object value,
java.lang.String name,
javax.swing.ImageIcon icon)
modeClass - the next global editor modearg - the name of a new argument for the new modevalue - the value of a new argument for the new modename - the name of the command that is the tooltip text.icon - the SMALL_ICON for the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| ArgoUML © 1996-2006 | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |