|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.unique.MessageData
public final class MessageData
Wrapper around a payload you can send from one Application to another.
| Constructor Summary | |
|---|---|
MessageData()
Construct a carrier object. |
|
| Method Summary | |
|---|---|
String |
getText()
If an application receiving a message with text as its payload, extract that String. |
void |
setText(String text)
Specify a String to be this MessageData's payload. |
| Methods inherited from class org.freedesktop.bindings.Pointer |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MessageData()
| Method Detail |
|---|
public String getText()
public void setText(String text)
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||