|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.idv.control.drawing.DrawingCommand
public class DrawingCommand
Class DrawingCommand.
| Constructor Summary | |
|---|---|
DrawingCommand()
ctor |
|
DrawingCommand(String label,
String message,
String iconPath)
ctor |
|
DrawingCommand(String label,
String message,
String iconPath,
int flags)
ctor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Equals |
int |
getFlags()
Get the Flags property. |
String |
getIconPath()
Get the IconPath property. |
String |
getLabel()
Get the Label property. |
String |
getMessage()
Get the Message property. |
boolean |
isCapable(int mask)
Is this command capable of the task defined in mask |
void |
setFlags(int value)
Set the Flags property. |
void |
setIconPath(String value)
Set the IconPath property. |
void |
setLabel(String value)
Set the Label property. |
void |
setMessage(String value)
Set the Message property. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DrawingCommand()
public DrawingCommand(String label,
String message,
String iconPath)
label - Labelmessage - MessageiconPath - Toolbar icon
public DrawingCommand(String label,
String message,
String iconPath,
int flags)
label - Labelmessage - MessageiconPath - Toolbar iconflags - Flags| Method Detail |
|---|
public boolean isCapable(int mask)
mask - The mask
public boolean equals(Object o)
equals in class Objecto - Object
public void setIconPath(String value)
value - The new value for IconPathpublic String getIconPath()
public void setLabel(String value)
value - The new value for Labelpublic String getLabel()
public void setMessage(String value)
value - The new value for Messagepublic String getMessage()
public void setFlags(int value)
value - The new value for Flagspublic int getFlags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||