org.kde.koala
Class KServiceSeparator

java.lang.Object
  extended by org.kde.koala.KShared
      extended by org.kde.koala.KSycocaEntry
          extended by org.kde.koala.KServiceSeparator
All Implemented Interfaces:
org.kde.qt.QtSupport

public class KServiceSeparator
extends KSycocaEntry


Constructor Summary
  KServiceSeparator()
          Construct a service separator
protected KServiceSeparator(java.lang.Class dummy)
           
 
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?
 boolean isValid()
           
 void load(org.kde.qt.QDataStream arg1)
          Load ourselves from the database.
 java.lang.String name()
           
 void save(org.kde.qt.QDataStream arg1)
          Save ourselves to the database.
 
Methods inherited from class org.kde.koala.KSycocaEntry
entryPath, isDeleted, isType, offset, read, read, sycocaType
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KServiceSeparator

protected KServiceSeparator(java.lang.Class dummy)

KServiceSeparator

public KServiceSeparator()
Construct a service separator

Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class KSycocaEntry
Returns:
true if valid

name

public java.lang.String name()
Overrides:
name in class KSycocaEntry
Returns:
the name of this entry

load

public void load(org.kde.qt.QDataStream arg1)
Description copied from class: KSycocaEntry
Load ourselves from the database. Don't call the parent class!

Overrides:
load in class KSycocaEntry

save

public void save(org.kde.qt.QDataStream arg1)
Description copied from class: KSycocaEntry
Save ourselves to the database. Don't forget to call the parent class first if you override this function.

Overrides:
save in class KSycocaEntry

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?