|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMMessageTargetConverter
A IMMessageTargetConverter has the responsibility of creating a IMMessageTarget from a String and back. It will be used to create IMMessageTargets from user input and to display them back through the GUI. Note that fromString and toString should be at least semantically symetric.
| Method Summary | |
|---|---|
IMMessageTarget |
fromString(java.lang.String targetAsString)
creates a IMMessageTarget from the given String. |
java.lang.String |
toString(IMMessageTarget target)
Turns given IMMessageTarget into a String for GUI-Display. |
| Method Detail |
|---|
IMMessageTarget fromString(java.lang.String targetAsString)
throws IMMessageTargetConversionException
targetAsString - can be null
IMMessageTargetConversionExceptionjava.lang.String toString(IMMessageTarget target)
target - must not be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||