|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.kde.koala.KShared
org.kde.koala.KSycocaEntry
org.kde.koala.KServiceType
org.kde.koala.KMimeType
org.kde.koala.KFolderType
public class KFolderType
Folder mime type. Handles locked folders, for instance.
| Constructor Summary | |
|---|---|
protected |
KFolderType(java.lang.Class dummy)
|
|
KFolderType(KDesktopFile config)
Construct a folder mimetype and take all information from a desktop file. |
|
KFolderType(org.kde.qt.QDataStream _str,
int offset)
\internal @short \internal |
| Method Summary | |
|---|---|
java.lang.String |
comment(KURL _url,
boolean _is_local)
Returns the descriptive comment associated with the MIME type. |
java.lang.String |
comment(java.lang.String _url,
boolean _is_local)
Returns the descriptive comment associated with the MIME type. |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
java.lang.String |
icon(KURL _url,
boolean _is_local)
Return the filename of the icon associated with the mimetype. |
java.lang.String |
icon(java.lang.String _url,
boolean _is_local)
Return the filename of the icon associated with the mimetype. |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
| Methods inherited from class org.kde.koala.KMimeType |
|---|
buildDefaultType, checkEssentialMimeTypes, comment, defaultMimeType, errorMissingMimeType, favIconForURL, 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 |
|---|
protected KFolderType(java.lang.Class dummy)
public KFolderType(KDesktopFile config)
config - the desktop configuration file that describes the mime type
public KFolderType(org.kde.qt.QDataStream _str,
int offset)
| Method Detail |
|---|
public java.lang.String icon(java.lang.String _url,
boolean _is_local)
KMimeType
icon in class KMimeType
public java.lang.String icon(KURL _url,
boolean _is_local)
KMimeType
icon in class KMimeType
public java.lang.String comment(java.lang.String _url,
boolean _is_local)
KMimeType
comment in class KMimeType
public java.lang.String comment(KURL _url,
boolean _is_local)
KMimeType
comment in class KMimeType
protected void finalize()
throws java.lang.InternalError
finalize in class KMimeTypejava.lang.InternalErrorpublic void dispose()
dispose in class KMimeTypepublic boolean isDisposed()
isDisposed in class KMimeType
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||