org.kde.koala
Class KEntryKey

java.lang.Object
  extended by org.kde.koala.KEntryKey
All Implemented Interfaces:
org.kde.qt.QtSupport

public class KEntryKey
extends java.lang.Object
implements org.kde.qt.QtSupport

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


Constructor Summary
  KEntryKey()
           
protected KEntryKey(java.lang.Class dummy)
           
  KEntryKey(java.lang.String _group)
           
  KEntryKey(java.lang.String _group, java.lang.String _key)
           
 
Method Summary
 void dispose()
          Delete the wrapped C++ instance ahead of finalize()
protected  void finalize()
          Deletes the wrapped C++ instance
 boolean isDisposed()
          Has the wrapped C++ instance been deleted?
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KEntryKey

protected KEntryKey(java.lang.Class dummy)

KEntryKey

public KEntryKey(java.lang.String _group,
                 java.lang.String _key)

KEntryKey

public KEntryKey(java.lang.String _group)

KEntryKey

public KEntryKey()
Method Detail

finalize

protected void finalize()
                 throws java.lang.InternalError
Deletes the wrapped C++ instance

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.InternalError

dispose

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


isDisposed

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