|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.conceptmap.utility.MessageFactory
public class MessageFactory
A factory for creating Message objects.
Field Summary | |
---|---|
static int |
OK_CANCEL_MESSAGE
The ok cancel message. |
static int |
YES_NO_MESSAGE
The yes no message. |
Method Summary | |
---|---|
OptionMessage |
createOptionMessage(ContentSystem contentSystem,
GraphManager gManager,
GraphComponent parentComponent,
java.lang.String text,
int messageType)
Creates a new Message object. |
static MessageFactory |
getInstance()
Gets the single instance of MessageFactory. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int OK_CANCEL_MESSAGE
public static int YES_NO_MESSAGE
Method Detail |
---|
public static MessageFactory getInstance()
public OptionMessage createOptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
contentSystem
- the content systemgManager
- the g managerparentComponent
- the parent componenttext
- the textmessageType
- the message type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |