|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdMessageBox | |
---|---|
net.sf.magicproject.token | Unclassed constants. |
net.sf.magicproject.xml | XML builder components : parsing xml cards/rules to build the MDB file. |
Uses of IdMessageBox in net.sf.magicproject.token |
---|
Methods in net.sf.magicproject.token that return IdMessageBox | |
---|---|
static IdMessageBox |
IdMessageBox.deserialize(java.io.InputStream input)
Read and return the enum from the given inputstream. |
static IdMessageBox |
IdMessageBox.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IdMessageBox[] |
IdMessageBox.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of IdMessageBox in net.sf.magicproject.xml |
---|
Methods in net.sf.magicproject.xml that return IdMessageBox | |
---|---|
static IdMessageBox |
XmlTools.getMessageType(java.lang.String attribute)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |