|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.kde.koala.KEntryKey
public class KEntryKey
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 |
|---|
protected KEntryKey(java.lang.Class dummy)
public KEntryKey(java.lang.String _group,
java.lang.String _key)
public KEntryKey(java.lang.String _group)
public KEntryKey()
| Method Detail |
|---|
protected void finalize()
throws java.lang.InternalError
finalize in class java.lang.Objectjava.lang.InternalErrorpublic void dispose()
public boolean isDisposed()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||