org.kde.koala

Class KFileTreeViewItem

public class KFileTreeViewItem extends KListViewItem

An item for a KFileTreeView that knows about its own KFileItem.

UNKNOWN: An item for a KFileTreeView that knows about its own KFileItem.

Constructor Summary
protected KFileTreeViewItem(Class dummy)
KFileTreeViewItem(KFileTreeViewItem arg1, KFileItem arg2, KFileTreeBranch arg3)
KFileTreeViewItem(KFileTreeView arg1, KFileItem arg2, KFileTreeBranch arg3)
Method Summary
booleanalreadyListed()
KFileTreeBranchbranch()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
KFileItemfileItem()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDir()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
Stringpath()
voidsetListed(boolean wasListed)
set the flag if the directory was already listed.
KURLurl()

Constructor Detail

KFileTreeViewItem

protected KFileTreeViewItem(Class dummy)

KFileTreeViewItem

public KFileTreeViewItem(KFileTreeViewItem arg1, KFileItem arg2, KFileTreeBranch arg3)

KFileTreeViewItem

public KFileTreeViewItem(KFileTreeView arg1, KFileItem arg2, KFileTreeBranch arg3)

Method Detail

alreadyListed

public boolean alreadyListed()

Returns: if this directory was already seen by a KDirLister.

UNKNOWN:

branch

public KFileTreeBranch branch()

Returns: the KFileTreeBranch the item is sorted in.

UNKNOWN:

dispose

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

fileItem

public KFileItem fileItem()

Returns: the KFileItem the viewitem is representing.

UNKNOWN:

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDir

public boolean isDir()

Returns: if the item represents a directory

UNKNOWN:

isDisposed

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

path

public String path()

Returns: the path of the item.

UNKNOWN:

setListed

public void setListed(boolean wasListed)
set the flag if the directory was already listed.

UNKNOWN: set the flag if the directory was already listed.

url

public KURL url()

Returns: the items KURL

UNKNOWN: