public class FolderBrowserDialog extends CommonDialog
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.FolderBrowserDialog
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.FolderBrowserDialog
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
FolderBrowserDialog() |
FolderBrowserDialog(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addHelpRequest(EventHandler handler) |
static FolderBrowserDialog |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into FolderBrowserDialog, a cast assert is made to check if types are compatible. |
boolean |
getAddToRecent() |
boolean |
getAutoUpgradeEnabled() |
java.lang.String |
getDescription() |
java.lang.String |
getInitialDirectory() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getMultiselect() |
boolean |
getOkRequiresInteraction() |
java.lang.String |
getSelectedPath() |
java.lang.String[] |
getSelectedPaths() |
boolean |
getShowHiddenFiles() |
boolean |
getShowNewFolderButton() |
boolean |
getShowPinnedPlaces() |
boolean |
getUseDescriptionForTitle() |
void |
removeHelpRequest(EventHandler handler) |
void |
Reset() |
void |
setAddToRecent(boolean AddToRecent) |
void |
setAutoUpgradeEnabled(boolean AutoUpgradeEnabled) |
void |
setDescription(java.lang.String Description) |
void |
setInitialDirectory(java.lang.String InitialDirectory) |
void |
setJCOInstance(JCObject instance) |
void |
setMultiselect(boolean Multiselect) |
void |
setOkRequiresInteraction(boolean OkRequiresInteraction) |
void |
setSelectedPath(java.lang.String SelectedPath) |
void |
setShowHiddenFiles(boolean ShowHiddenFiles) |
void |
setShowNewFolderButton(boolean ShowNewFolderButton) |
void |
setShowPinnedPlaces(boolean ShowPinnedPlaces) |
void |
setUseDescriptionForTitle(boolean UseDescriptionForTitle) |
getTag, setTag, ShowDialog, ShowDialogaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public FolderBrowserDialog()
throws java.lang.Throwable,
ArgumentNullException,
PlatformNotSupportedException
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionpublic FolderBrowserDialog(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addHelpRequest(EventHandler handler) throws java.lang.Throwable
addHelpRequest in class CommonDialogjava.lang.Throwablepublic static FolderBrowserDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into FolderBrowserDialog, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedFolderBrowserDialog instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAddToRecent()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public boolean getAutoUpgradeEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getInitialDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CommonDialogString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CommonDialogString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CommonDialogObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CommonDialogString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CommonDialogJCType representing the CLR Type of the instantiated Classpublic boolean getMultiselect()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public boolean getOkRequiresInteraction()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public java.lang.String getSelectedPath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String[] getSelectedPaths()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionpublic boolean getShowHiddenFiles()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public boolean getShowNewFolderButton()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getShowPinnedPlaces()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentOutOfRangeException
public boolean getUseDescriptionForTitle()
throws java.lang.Throwable
java.lang.Throwablepublic void removeHelpRequest(EventHandler handler) throws java.lang.Throwable
removeHelpRequest in class CommonDialogjava.lang.Throwablepublic void Reset()
throws java.lang.Throwable
Reset in class CommonDialogjava.lang.Throwablepublic void setAddToRecent(boolean AddToRecent)
throws java.lang.Throwable
java.lang.Throwablepublic void setAutoUpgradeEnabled(boolean AutoUpgradeEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setInitialDirectory(java.lang.String InitialDirectory)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CommonDialogpublic void setMultiselect(boolean Multiselect)
throws java.lang.Throwable
java.lang.Throwablepublic void setOkRequiresInteraction(boolean OkRequiresInteraction)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectedPath(java.lang.String SelectedPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowHiddenFiles(boolean ShowHiddenFiles)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowNewFolderButton(boolean ShowNewFolderButton)
throws java.lang.Throwable
java.lang.Throwablepublic void setShowPinnedPlaces(boolean ShowPinnedPlaces)
throws java.lang.Throwable
java.lang.Throwablepublic void setUseDescriptionForTitle(boolean UseDescriptionForTitle)
throws java.lang.Throwable
java.lang.Throwable