Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.glib.GListString
public final class GListString
extends GObject
Field Summary |
Fields inherited from class org.gnu.glib.GObject | |
eventsInitialized |
Constructor Summary | |
| |
| |
|
Method Summary | |
void |
|
Handle | |
protected void |
|
Methods inherited from class org.gnu.glib.Struct | |
equals , getHandle , getNullHandle , hashCode , setHandle |
public GListString()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct an instance. It initially contains no elements.
public GListString(String[] list)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct an instance initially containing the elemnts of the given array.
- Parameters:
list
- The Array containing the elements to put in this instance.
public GListString(Vector vec)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct an instance initially containing the elements of the given vector.
- Parameters:
vec
- the vector containing the elements to put in the instance
public void append(String s)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Append a string to the end of this instance.
- Parameters:
s
- the string to append
public Handle append0(Handle handle, String str)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Append a string to this instance, where the string is represented as an array ofbyte
s representing character values in the default encoding.
- Parameters:
str
- The string, represented in ISO-8859-1
protected void finalize() throws Throwable
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Finalize this instance. This method should never be called, other than by the Java virtual machine.