Package microsoft.win32
Class CommonItemDialog
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.win32.CommonDialog
-
- microsoft.win32.CommonItemDialog
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
FileDialog,OpenFolderDialog
public class CommonItemDialog extends CommonDialog
The base .NET class managing Microsoft.Win32.CommonItemDialog, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.Win32.CommonItemDialog
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.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: Microsoft.Win32.CommonItemDialogstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CommonItemDialog()CommonItemDialog(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CommonItemDialogcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCommonItemDialog, a cast assert is made to check if types are compatible.booleangetAddToRecent()java.lang.StringgetDefaultDirectory()booleangetDereferenceLinks()java.lang.StringgetInitialDirectory()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typejava.lang.StringgetRootDirectory()booleangetShowHiddenItems()java.lang.StringgetTitle()booleangetValidateNames()voidReset()voidsetAddToRecent(boolean AddToRecent)voidsetDefaultDirectory(java.lang.String DefaultDirectory)voidsetDereferenceLinks(boolean DereferenceLinks)voidsetInitialDirectory(java.lang.String InitialDirectory)voidsetJCOInstance(JCObject instance)voidsetRootDirectory(java.lang.String RootDirectory)voidsetShowHiddenItems(boolean ShowHiddenItems)voidsetTitle(java.lang.String Title)voidsetValidateNames(boolean ValidateNames)-
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=8.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.CommonItemDialog- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classCommonDialog- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classCommonDialog- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classCommonDialog- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classCommonDialog- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classCommonDialog
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classCommonDialog- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CommonItemDialog cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCommonItemDialog, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CommonItemDialoginstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Reset
public void Reset() throws java.lang.Throwable- Overrides:
Resetin classCommonDialog- Throws:
java.lang.Throwable
-
getAddToRecent
public boolean getAddToRecent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAddToRecent
public void setAddToRecent(boolean AddToRecent) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDereferenceLinks
public boolean getDereferenceLinks() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDereferenceLinks
public void setDereferenceLinks(boolean DereferenceLinks) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getShowHiddenItems
public boolean getShowHiddenItems() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setShowHiddenItems
public void setShowHiddenItems(boolean ShowHiddenItems) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getValidateNames
public boolean getValidateNames() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setValidateNames
public void setValidateNames(boolean ValidateNames) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDefaultDirectory
public java.lang.String getDefaultDirectory() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDefaultDirectory
public void setDefaultDirectory(java.lang.String DefaultDirectory) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getInitialDirectory
public java.lang.String getInitialDirectory() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setInitialDirectory
public void setInitialDirectory(java.lang.String InitialDirectory) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getRootDirectory
public java.lang.String getRootDirectory() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setRootDirectory
public void setRootDirectory(java.lang.String RootDirectory) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-