Package system.windows.forms
Class AccessibleRole
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.AccessibleRole
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AccessibleRole extends NetObject
The base .NET class managing System.Windows.Forms.AccessibleRole, System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.AccessibleRole
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AccessibleRole()
AccessibleRole(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.AccessibleRole- See Also:
- Constant Field Values
-
None
public static AccessibleRole None
-
TitleBar
public static AccessibleRole TitleBar
-
MenuBar
public static AccessibleRole MenuBar
-
ScrollBar
public static AccessibleRole ScrollBar
-
Grip
public static AccessibleRole Grip
-
Sound
public static AccessibleRole Sound
-
Cursor
public static AccessibleRole Cursor
-
Caret
public static AccessibleRole Caret
-
Alert
public static AccessibleRole Alert
-
Window
public static AccessibleRole Window
-
Client
public static AccessibleRole Client
-
MenuPopup
public static AccessibleRole MenuPopup
-
MenuItem
public static AccessibleRole MenuItem
-
ToolTip
public static AccessibleRole ToolTip
-
Application
public static AccessibleRole Application
-
Document
public static AccessibleRole Document
-
Pane
public static AccessibleRole Pane
-
Chart
public static AccessibleRole Chart
-
Dialog
public static AccessibleRole Dialog
-
Border
public static AccessibleRole Border
-
Grouping
public static AccessibleRole Grouping
-
Separator
public static AccessibleRole Separator
-
ToolBar
public static AccessibleRole ToolBar
-
StatusBar
public static AccessibleRole StatusBar
-
Table
public static AccessibleRole Table
-
ColumnHeader
public static AccessibleRole ColumnHeader
-
RowHeader
public static AccessibleRole RowHeader
-
Column
public static AccessibleRole Column
-
Row
public static AccessibleRole Row
-
Cell
public static AccessibleRole Cell
-
Link
public static AccessibleRole Link
-
HelpBalloon
public static AccessibleRole HelpBalloon
-
Character
public static AccessibleRole Character
-
List
public static AccessibleRole List
-
ListItem
public static AccessibleRole ListItem
-
Outline
public static AccessibleRole Outline
-
OutlineItem
public static AccessibleRole OutlineItem
-
PageTab
public static AccessibleRole PageTab
-
PropertyPage
public static AccessibleRole PropertyPage
-
Indicator
public static AccessibleRole Indicator
-
Graphic
public static AccessibleRole Graphic
-
StaticText
public static AccessibleRole StaticText
-
Text
public static AccessibleRole Text
-
PushButton
public static AccessibleRole PushButton
-
CheckButton
public static AccessibleRole CheckButton
-
RadioButton
public static AccessibleRole RadioButton
-
ComboBox
public static AccessibleRole ComboBox
-
DropList
public static AccessibleRole DropList
-
ProgressBar
public static AccessibleRole ProgressBar
-
Dial
public static AccessibleRole Dial
-
HotkeyField
public static AccessibleRole HotkeyField
-
Slider
public static AccessibleRole Slider
-
SpinButton
public static AccessibleRole SpinButton
-
Diagram
public static AccessibleRole Diagram
-
Animation
public static AccessibleRole Animation
-
Equation
public static AccessibleRole Equation
-
ButtonDropDown
public static AccessibleRole ButtonDropDown
-
ButtonMenu
public static AccessibleRole ButtonMenu
-
ButtonDropDownGrid
public static AccessibleRole ButtonDropDownGrid
-
WhiteSpace
public static AccessibleRole WhiteSpace
-
PageTabList
public static AccessibleRole PageTabList
-
Clock
public static AccessibleRole Clock
-
SplitButton
public static AccessibleRole SplitButton
-
IpAddress
public static AccessibleRole IpAddress
-
OutlineButton
public static AccessibleRole OutlineButton
-
Default
public static AccessibleRole Default
-
-
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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-