Package microsoft.win32
Class OpenFolderDialog
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.win32.CommonDialog
-
- microsoft.win32.CommonItemDialog
-
- microsoft.win32.OpenFolderDialog
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class OpenFolderDialog extends CommonItemDialog
The base .NET class managing Microsoft.Win32.OpenFolderDialog, PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Win32.OpenFolderDialog
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: Microsoft.Win32.OpenFolderDialogstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description OpenFolderDialog()
OpenFolderDialog(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFolderOk(CancelEventHandler handler)
static OpenFolderDialog
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoOpenFolderDialog
, a cast assert is made to check if types are compatible.java.lang.String
getFolderName()
java.lang.String[]
getFolderNames()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
getMultiselect()
java.lang.String
getSafeFolderName()
java.lang.String[]
getSafeFolderNames()
void
removeFolderOk(CancelEventHandler handler)
void
Reset()
void
setFolderName(java.lang.String FolderName)
void
setJCOInstance(JCObject instance)
void
setMultiselect(boolean Multiselect)
-
Methods inherited from class microsoft.win32.CommonItemDialog
getAddToRecent, getDefaultDirectory, getDereferenceLinks, getInitialDirectory, getRootDirectory, getShowHiddenItems, getTitle, getValidateNames, setAddToRecent, setDefaultDirectory, setDereferenceLinks, setInitialDirectory, setRootDirectory, setShowHiddenItems, setTitle, setValidateNames
-
Methods inherited from class microsoft.win32.CommonDialog
getTag, setTag
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.Win32.OpenFolderDialog- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classCommonItemDialog
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classCommonItemDialog
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classCommonItemDialog
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classCommonItemDialog
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classCommonItemDialog
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classCommonItemDialog
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static OpenFolderDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoOpenFolderDialog
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
OpenFolderDialog
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Reset
public void Reset() throws java.lang.Throwable
- Overrides:
Reset
in classCommonItemDialog
- Throws:
java.lang.Throwable
-
getMultiselect
public boolean getMultiselect() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMultiselect
public void setMultiselect(boolean Multiselect) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFolderName
public java.lang.String getFolderName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFolderName
public void setFolderName(java.lang.String FolderName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSafeFolderName
public java.lang.String getSafeFolderName() throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
-
getFolderNames
public java.lang.String[] getFolderNames() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getSafeFolderNames
public java.lang.String[] getSafeFolderNames() throws java.lang.Throwable, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
NotSupportedException
-
addFolderOk
public void addFolderOk(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFolderOk
public void removeFolderOk(CancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-