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
byte s representing character values in the
default encoding.
|
protected void | finalize() - Finalize this instance.
|
addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addEventHandler , addListener , collect , finalize , freezeNotify , getBooleanProperty , getData , getData , getDoubleProperty , getEventListenerClass , getEventType , getFloatProperty , getGObjectFromHandle , getIntFromHandle , getIntProperty , getJavaObjectProperty , getLongProperty , getProperty , getStringFromHandle , getStringProperty , hasProperty , instantiateJGObjectFromGType , notify , removeEventHandler , removeListener , retrieveGObject , setBooleanProperty , setData , setData , setDoubleProperty , setFloatProperty , setIntProperty , setJavaObjectProperty , setLongProperty , 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 byte
s representing character values in the
default encoding.
str
- The string, represented in ISO-8859-1
finalize
protected void finalize()
throws Throwable
Finalize this instance. This method should never be called, other than by
the Java virtual machine.
- finalize in interface GObject