org.kde.koala
Class KExecMimeType

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

public class KExecMimeType
extends KMimeType

The mime type for executable files.


Constructor Summary
protected KExecMimeType(java.lang.Class dummy)
           
  KExecMimeType(KDesktopFile config)
          Construct a executable mimetype and take all information from a desktop file.
  KExecMimeType(org.kde.qt.QDataStream _str, int offset)
          \internal @short \internal
 
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 org.kde.koala.KMimeType
buildDefaultType, checkEssentialMimeTypes, comment, comment, comment, defaultMimeType, errorMissingMimeType, favIconForURL, icon, icon, iconForURL, iconForURL, init, is, load, loadInternal, parentMimeType, patterns, patternsAccuracy, pixmap, pixmap, pixmap, pixmap, pixmap, pixmap, pixmap, pixmap, pixmapForURL, pixmapForURL, pixmapForURL, pixmapForURL, pixmapForURL, pixmapForURL, property, propertyNames, save
 
Methods inherited from class org.kde.koala.KServiceType
desktopEntryPath, icon, inherits, isDerived, isValid, name, parentServiceType, propertyDef, propertyDefNames
 
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

KExecMimeType

protected KExecMimeType(java.lang.Class dummy)

KExecMimeType

public KExecMimeType(KDesktopFile config)
Construct a executable mimetype and take all information from a desktop file.

Parameters:
config - the desktop configuration file that describes the mime type

KExecMimeType

public KExecMimeType(org.kde.qt.QDataStream _str,
                     int offset)
\internal @short \internal

Method Detail

finalize

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

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

dispose

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

Overrides:
dispose in class KMimeType

isDisposed

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

Overrides:
isDisposed in class KMimeType