|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.common.CMMessage
This type was created in VisualAge.
Field Summary | |
static char |
CONFIRMATION
|
static char |
FATAL
|
static char |
INFO
|
static char |
WARNING
|
Constructor Summary | |
CMMessage()
CMException constructor comment. |
|
CMMessage(String key)
CMException constructor comment. |
|
CMMessage(String key,
char type)
CMException constructor comment. |
|
CMMessage(String key,
char type,
Object[] vars)
CMException constructor comment. |
|
CMMessage(String key,
char type,
String parm1)
CMException constructor comment. |
|
CMMessage(String key,
char type,
String parm1,
String parm2)
CMException constructor comment. |
|
CMMessage(String key,
char type,
String parm1,
String parm2,
String parm3)
CMException constructor comment. |
|
CMMessage(String key,
Object[] vars)
CMException constructor comment. |
|
CMMessage(String key,
String parm1)
CMException constructor comment. |
|
CMMessage(String key,
String parm1,
String parm2)
CMException constructor comment. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
The firePropertyChange method was generated to support the propertyChange field. |
boolean |
getConfirmation()
Gets the confirmation property (boolean) value. |
String |
getDetailedMessage()
Gets the detailedMessage property (java.lang.String) value. |
String |
getExceptionKey()
Gets the exceptionKey property (java.lang.String) value. |
String |
getMessage()
Gets the message property (java.lang.String) value. |
String |
getTitle()
Gets the message property (java.lang.String) value. |
char |
getType()
Gets the type property (char) value. |
boolean |
isConfirmationMessage()
Gets the confirmation property (boolean) value, returns true if this is to be a confirmation |
boolean |
isNotConfirmationMessage()
Gets the confirmation property (boolean) value, returns true if this is to be a confirmation |
void |
removePropertyChangeListener(PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
returnConfirmation(boolean bool)
tells the thing that requested the confirmation whether user pressed ok (true), or cancel (false) |
void |
setConfirmation(boolean confirmation)
Sets the confirmation property (boolean) value. |
void |
setDetailedMessage(String detailedMessage)
Sets the detailedMessage property (java.lang.String) value. |
void |
setExceptionKey(String exceptionKey)
Sets the exceptionKey property (java.lang.String) value. |
void |
setMessage(String message)
Sets the message property (java.lang.String) value. |
void |
setType(char type)
Sets the type property (char) value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final char INFO
public static final char WARNING
public static final char FATAL
public static final char CONFIRMATION
Constructor Detail |
public CMMessage()
public CMMessage(String key)
public CMMessage(String key, Object[] vars)
key
- java.lang.Stringpublic CMMessage(String key, char type)
public CMMessage(String key, char type, Object[] vars)
key
- java.lang.Stringpublic CMMessage(String key, char type, String parm1)
public CMMessage(String key, char type, String parm1, String parm2)
public CMMessage(String key, char type, String parm1, String parm2, String parm3)
public CMMessage(String key, String parm1)
public CMMessage(String key, String parm1, String parm2)
Method Detail |
public void addPropertyChangeListener(PropertyChangeListener listener)
public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
public boolean getConfirmation()
setConfirmation(boolean)
public String getDetailedMessage()
setDetailedMessage(java.lang.String)
public String getExceptionKey()
setExceptionKey(java.lang.String)
public String getMessage()
setMessage(java.lang.String)
public String getTitle()
setMessage(java.lang.String)
public char getType()
setType(char)
public boolean isConfirmationMessage()
public boolean isNotConfirmationMessage()
public void removePropertyChangeListener(PropertyChangeListener listener)
public void returnConfirmation(boolean bool)
public void setConfirmation(boolean confirmation)
confirmation
- The new value for the property.getConfirmation()
public void setDetailedMessage(String detailedMessage)
detailedMessage
- The new value for the property.getDetailedMessage()
public void setExceptionKey(String exceptionKey)
exceptionKey
- The new value for the property.getExceptionKey()
public void setMessage(String message)
message
- The new value for the property.getMessage()
public void setType(char type)
type
- The new value for the property.getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |