|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KFileMetaInfoItem
public class KFileMetaInfoItem
Constructor Summary | |
---|---|
|
KFileMetaInfoItem()
Default constructor. |
protected |
KFileMetaInfoItem(java.lang.Class dummy)
|
|
KFileMetaInfoItem(KFileMetaInfoItem item)
Copy constructor |
Method Summary | |
---|---|
int |
attributes()
Returns the attributes for this item. |
protected void |
deref()
|
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
int |
hint()
Returns the hint for this item. |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
boolean |
isEditable()
You can query if the application can edit the item and write it back to the file with this method. |
boolean |
isModified()
If you change an item, it is marked as "dirty". |
boolean |
isRemoved()
If you remove an item, it is only marked for removal for the file. |
boolean |
isValid()
Return true if the item is valid, i.e. |
java.lang.String |
key()
Returns the key of the item. |
java.lang.String |
prefix()
This method returns a translated prefix to be displayed before the value. |
protected void |
ref()
|
protected void |
setAdded()
|
protected void |
setRemoved()
|
boolean |
setValue(org.kde.qt.QVariant value)
Changes the value of the item. |
java.lang.String |
string()
|
java.lang.String |
string(boolean mangle)
Returns a string containing the value, if possible. |
java.lang.String |
suffix()
This method returns a translated suffix to be displayed after the value. |
java.lang.String |
translatedKey()
Returns a translation of the key for displaying to the user. |
int |
type()
Return the type of the item. |
org.kde.qt.QVariant |
value()
Returns the value of the item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KFileMetaInfoItem(java.lang.Class dummy)
public KFileMetaInfoItem(KFileMetaInfoItem item)
public KFileMetaInfoItem()
Method Detail |
---|
public java.lang.String key()
public java.lang.String translatedKey()
public org.kde.qt.QVariant value()
public java.lang.String string(boolean mangle)
mangle
- if true, the string will already contain prefix and
suffix
public java.lang.String string()
public boolean setValue(org.kde.qt.QVariant value)
value
- the new value
public int type()
public boolean isEditable()
public boolean isRemoved()
public boolean isModified()
public java.lang.String prefix()
public java.lang.String suffix()
public int hint()
public int attributes()
public boolean isValid()
protected void setAdded()
protected void setRemoved()
protected void ref()
protected void deref()
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |