sbILocalDatabaseTreeView Interface Reference

[USER CODE SHOULD NOT REFERENCE THIS CLASS] More...

import"sbILocalDatabaseTreeView.idl";

Inheritance diagram for sbILocalDatabaseTreeView:
[legend]
Collaboration diagram for sbILocalDatabaseTreeView:
[legend]

Public Member Functions

void setSort (in AString aProperty, in boolean aDirection)
 
void invalidateRowsByGuid (in AString aGuid)
 
void setMouseState (in long aRow, in nsITreeColumn aColumn, in unsigned long aState)
 
nsIStringEnumerator getSelectedValues ()
 

Public Attributes

const unsigned long MOUSE_STATE_NONE = 0
 
const unsigned long MOUSE_STATE_HOVER = 1
 
const unsigned long MOUSE_STATE_DOWN = 2
 
readonly attribute boolean selectionIsAll
 

Detailed Description

[USER CODE SHOULD NOT REFERENCE THIS CLASS]

Definition at line 42 of file sbILocalDatabaseTreeView.idl.

Member Function Documentation

nsIStringEnumerator sbILocalDatabaseTreeView::getSelectedValues ( )
void sbILocalDatabaseTreeView::invalidateRowsByGuid ( in AString  aGuid)
void sbILocalDatabaseTreeView::setMouseState ( in long  aRow,
in nsITreeColumn  aColumn,
in unsigned long  aState 
)
void sbILocalDatabaseTreeView::setSort ( in AString  aProperty,
in boolean  aDirection 
)

Member Data Documentation

const unsigned long sbILocalDatabaseTreeView::MOUSE_STATE_DOWN = 2

Definition at line 46 of file sbILocalDatabaseTreeView.idl.

const unsigned long sbILocalDatabaseTreeView::MOUSE_STATE_HOVER = 1

Definition at line 45 of file sbILocalDatabaseTreeView.idl.

const unsigned long sbILocalDatabaseTreeView::MOUSE_STATE_NONE = 0

Definition at line 44 of file sbILocalDatabaseTreeView.idl.

readonly attribute boolean sbILocalDatabaseTreeView::selectionIsAll

Definition at line 56 of file sbILocalDatabaseTreeView.idl.


The documentation for this interface was generated from the following file: