shdocvw
インタフェース IShellNameSpace

すべてのスーパーインタフェース:
IShellFavoritesNameSpace, com.ms.com.IUnknown
既知の実装クラスの一覧:
ShellNameSpace, ShellShellNameSpace

public interface IShellNameSpace
extends IShellFavoritesNameSpace


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 boolean CreateSubscriptionForSelection()
           
 boolean DeleteSubscriptionForSelection()
           
 void Expand(com.ms.com.Variant _var, int _iDepth)
           
 void Export()
           
 java.lang.String getColumns()
           
 int getCountViewTypes()
           
 int getDepth()
           
 int getEnumOptions()
           
 int getFlags()
           
 int getMode()
           
 com.ms.com.Variant getRoot()
           
 java.lang.Object getSelectedItem()
           
 boolean getSubscriptionsEnabled()
           
 int getTVFlags()
           
 void Import()
           
 void InvokeContextMenuCommand(java.lang.String strCommand)
           
 void MoveSelectionDown()
           
 void MoveSelectionTo()
           
 void MoveSelectionUp()
           
 void NewFolder()
           
 void ResetSort()
           
 java.lang.Object SelectedItems()
           
 void setColumns(java.lang.String bstrColumns)
           
 void setDepth(int piDepth)
           
 void setEnumOptions(int pgrfEnumFlags)
           
 void setFlags(int pdwFlags)
           
 void setMode(int puMode)
           
 void SetRoot(java.lang.String bstrFullPath)
           
 void setRoot(com.ms.com.Variant pvar)
           
 void setSelectedItem(java.lang.Object pItem)
           
 void setTVFlags(int dwFlags)
           
 void SetViewType(int iType)
           
 void Synchronize()
           
 void UnselectAll()
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

MoveSelectionUp

void MoveSelectionUp()
定義:
インタフェース IShellFavoritesNameSpace 内の MoveSelectionUp

MoveSelectionDown

void MoveSelectionDown()
定義:
インタフェース IShellFavoritesNameSpace 内の MoveSelectionDown

ResetSort

void ResetSort()
定義:
インタフェース IShellFavoritesNameSpace 内の ResetSort

NewFolder

void NewFolder()
定義:
インタフェース IShellFavoritesNameSpace 内の NewFolder

Synchronize

void Synchronize()
定義:
インタフェース IShellFavoritesNameSpace 内の Synchronize

Import

void Import()
定義:
インタフェース IShellFavoritesNameSpace 内の Import

Export

void Export()
定義:
インタフェース IShellFavoritesNameSpace 内の Export

InvokeContextMenuCommand

void InvokeContextMenuCommand(java.lang.String strCommand)
定義:
インタフェース IShellFavoritesNameSpace 内の InvokeContextMenuCommand

MoveSelectionTo

void MoveSelectionTo()
定義:
インタフェース IShellFavoritesNameSpace 内の MoveSelectionTo

getSubscriptionsEnabled

boolean getSubscriptionsEnabled()
定義:
インタフェース IShellFavoritesNameSpace 内の getSubscriptionsEnabled

CreateSubscriptionForSelection

boolean CreateSubscriptionForSelection()
定義:
インタフェース IShellFavoritesNameSpace 内の CreateSubscriptionForSelection

DeleteSubscriptionForSelection

boolean DeleteSubscriptionForSelection()
定義:
インタフェース IShellFavoritesNameSpace 内の DeleteSubscriptionForSelection

SetRoot

void SetRoot(java.lang.String bstrFullPath)
定義:
インタフェース IShellFavoritesNameSpace 内の SetRoot

getEnumOptions

int getEnumOptions()

setEnumOptions

void setEnumOptions(int pgrfEnumFlags)

getSelectedItem

java.lang.Object getSelectedItem()

setSelectedItem

void setSelectedItem(java.lang.Object pItem)

getRoot

com.ms.com.Variant getRoot()

setRoot

void setRoot(com.ms.com.Variant pvar)

getDepth

int getDepth()

setDepth

void setDepth(int piDepth)

getMode

int getMode()

setMode

void setMode(int puMode)

getFlags

int getFlags()

setFlags

void setFlags(int pdwFlags)

setTVFlags

void setTVFlags(int dwFlags)

getTVFlags

int getTVFlags()

getColumns

java.lang.String getColumns()

setColumns

void setColumns(java.lang.String bstrColumns)

getCountViewTypes

int getCountViewTypes()

SetViewType

void SetViewType(int iType)

SelectedItems

java.lang.Object SelectedItems()

Expand

void Expand(com.ms.com.Variant _var,
            int _iDepth)

UnselectAll

void UnselectAll()