org.gnu.glib
Class GListString
public final class GListString
GListString()- Construct an instance.
|
GListString(String[] list)- Construct an instance initially containing the elemnts of the given
array.
|
GListString(Vector vec)- Construct an instance initially containing the elements of the given
vector.
|
void | append(String s)- Append a string to the end of this instance.
|
Handle | append0(Handle handle, String str)- Append a string to this instance, where the string is represented as an
array of
bytes representing character values in the
default encoding.
|
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, collect, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getPixbufProperty, getProperty, getStringProperty, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify |
GListString
public GListString()
Construct an instance. It initially contains no elements.
GListString
public GListString(String[] list)
Construct an instance initially containing the elemnts of the given
array.
list - The Array containing the elements to put in this instance.
GListString
public GListString(Vector vec)
Construct an instance initially containing the elements of the given
vector.
vec - the vector containing the elements to put in the instance
append
public void append(String s)
Append a string to the end of this instance.
append0
public Handle append0(Handle handle,
String str) Append a string to this instance, where the string is represented as an
array of bytes representing character values in the
default encoding.
str - The string, represented in ISO-8859-1