org.kde.koala

Class KEntryKey

public class KEntryKey extends Object implements QtSupport

key structure holding both the actual key and the the group to which it belongs.

UNKNOWN: key structure holding both the actual key and the the group to which it belongs.

Constructor Summary
protected KEntryKey(Class dummy)
KEntryKey(String _group, String _key)
KEntryKey(String _group)
KEntryKey()
Method Summary
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?

Constructor Detail

KEntryKey

protected KEntryKey(Class dummy)

KEntryKey

public KEntryKey(String _group, String _key)

KEntryKey

public KEntryKey(String _group)

KEntryKey

public KEntryKey()

Method Detail

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?