Class IExpressionEditorInstanceImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.presentation.view.IExpressionEditorInstanceImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected,IExpressionEditorInstance
public class IExpressionEditorInstanceImplementation extends NetObject implements IExpressionEditorInstance
The base .NET class managing System.Activities.Presentation.View.IExpressionEditorInstance, System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.View.IExpressionEditorInstance
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: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Activities.Presentationstatic java.lang.StringclassNameQualified class name: System.Activities.Presentation.View.IExpressionEditorInstancestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IExpressionEditorInstanceImplementation(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddClosing(EventHandler handler)voidaddGotAggregateFocus(EventHandler handler)voidaddLostAggregateFocus(EventHandler handler)voidaddTextChanged(EventHandler handler)booleanCanCompleteWord()booleanCanCopy()booleanCanCut()booleanCanDecreaseFilterLevel()booleanCanGlobalIntellisense()booleanCanIncreaseFilterLevel()booleanCanParameterInfo()booleanCanPaste()booleanCanQuickInfo()booleanCanRedo()booleanCanUndo()voidClearSelection()voidClose()booleanCompleteWord()booleanCopy()booleanCut()booleanDecreaseFilterLevel()voidFocus()booleangetAcceptsReturn()booleangetAcceptsTab()java.lang.StringGetCommittedText()booleangetHasAggregateFocus()ScrollBarVisibilitygetHorizontalScrollBarVisibility()ControlgetHostControl()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 TypeintgetMaxLines()intgetMinLines()java.lang.StringgetText()ScrollBarVisibilitygetVerticalScrollBarVisibility()booleanGlobalIntellisense()booleanIncreaseFilterLevel()booleanParameterInfo()booleanPaste()booleanQuickInfo()booleanRedo()voidremoveClosing(EventHandler handler)voidremoveGotAggregateFocus(EventHandler handler)voidremoveLostAggregateFocus(EventHandler handler)voidremoveTextChanged(EventHandler handler)voidsetAcceptsReturn(boolean AcceptsReturn)voidsetAcceptsTab(boolean AcceptsTab)voidsetHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility)voidsetMaxLines(int MaxLines)voidsetMinLines(int MinLines)voidsetText(java.lang.String Text)voidsetVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility)static IExpressionEditorInstanceToIExpressionEditorInstance(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIExpressionEditorInstance, a cast assert is made to check if types are compatible.booleanUndo()-
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.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Activities.Presentation- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.Presentation.View.IExpressionEditorInstance- 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 interfaceIExpressionEditorInstance- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 interfaceIExpressionEditorInstance- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- 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 interfaceIExpressionEditorInstance- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- 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 interfaceIExpressionEditorInstance- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIExpressionEditorInstance- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIExpressionEditorInstance
public static IExpressionEditorInstance ToIExpressionEditorInstance(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIExpressionEditorInstance, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IExpressionEditorInstanceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanCompleteWord
public boolean CanCompleteWord() throws java.lang.Throwable- Specified by:
CanCompleteWordin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanCopy
public boolean CanCopy() throws java.lang.Throwable- Specified by:
CanCopyin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanCut
public boolean CanCut() throws java.lang.Throwable- Specified by:
CanCutin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanDecreaseFilterLevel
public boolean CanDecreaseFilterLevel() throws java.lang.Throwable- Specified by:
CanDecreaseFilterLevelin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanGlobalIntellisense
public boolean CanGlobalIntellisense() throws java.lang.Throwable- Specified by:
CanGlobalIntellisensein interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanIncreaseFilterLevel
public boolean CanIncreaseFilterLevel() throws java.lang.Throwable- Specified by:
CanIncreaseFilterLevelin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanParameterInfo
public boolean CanParameterInfo() throws java.lang.Throwable- Specified by:
CanParameterInfoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanPaste
public boolean CanPaste() throws java.lang.Throwable- Specified by:
CanPastein interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanQuickInfo
public boolean CanQuickInfo() throws java.lang.Throwable- Specified by:
CanQuickInfoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanRedo
public boolean CanRedo() throws java.lang.Throwable- Specified by:
CanRedoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CanUndo
public boolean CanUndo() throws java.lang.Throwable- Specified by:
CanUndoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
CompleteWord
public boolean CompleteWord() throws java.lang.Throwable- Specified by:
CompleteWordin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Copy
public boolean Copy() throws java.lang.Throwable- Specified by:
Copyin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Cut
public boolean Cut() throws java.lang.Throwable- Specified by:
Cutin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
DecreaseFilterLevel
public boolean DecreaseFilterLevel() throws java.lang.Throwable- Specified by:
DecreaseFilterLevelin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
GlobalIntellisense
public boolean GlobalIntellisense() throws java.lang.Throwable- Specified by:
GlobalIntellisensein interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
IncreaseFilterLevel
public boolean IncreaseFilterLevel() throws java.lang.Throwable- Specified by:
IncreaseFilterLevelin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
ParameterInfo
public boolean ParameterInfo() throws java.lang.Throwable- Specified by:
ParameterInfoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Paste
public boolean Paste() throws java.lang.Throwable- Specified by:
Pastein interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
QuickInfo
public boolean QuickInfo() throws java.lang.Throwable- Specified by:
QuickInfoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Redo
public boolean Redo() throws java.lang.Throwable- Specified by:
Redoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Undo
public boolean Undo() throws java.lang.Throwable- Specified by:
Undoin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
GetCommittedText
public java.lang.String GetCommittedText() throws java.lang.Throwable- Specified by:
GetCommittedTextin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
ClearSelection
public void ClearSelection() throws java.lang.Throwable- Specified by:
ClearSelectionin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable- Specified by:
Closein interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
Focus
public void Focus() throws java.lang.Throwable- Specified by:
Focusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getAcceptsReturn
public boolean getAcceptsReturn() throws java.lang.Throwable- Specified by:
getAcceptsReturnin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setAcceptsReturn
public void setAcceptsReturn(boolean AcceptsReturn) throws java.lang.Throwable- Specified by:
setAcceptsReturnin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getAcceptsTab
public boolean getAcceptsTab() throws java.lang.Throwable- Specified by:
getAcceptsTabin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setAcceptsTab
public void setAcceptsTab(boolean AcceptsTab) throws java.lang.Throwable- Specified by:
setAcceptsTabin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getHasAggregateFocus
public boolean getHasAggregateFocus() throws java.lang.Throwable- Specified by:
getHasAggregateFocusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getMaxLines
public int getMaxLines() throws java.lang.Throwable- Specified by:
getMaxLinesin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setMaxLines
public void setMaxLines(int MaxLines) throws java.lang.Throwable- Specified by:
setMaxLinesin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getMinLines
public int getMinLines() throws java.lang.Throwable- Specified by:
getMinLinesin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setMinLines
public void setMinLines(int MinLines) throws java.lang.Throwable- Specified by:
setMinLinesin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getText
public java.lang.String getText() throws java.lang.Throwable- Specified by:
getTextin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable- Specified by:
setTextin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getHostControl
public Control getHostControl() throws java.lang.Throwable
- Specified by:
getHostControlin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getHorizontalScrollBarVisibility
public ScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable
- Specified by:
getHorizontalScrollBarVisibilityin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setHorizontalScrollBarVisibility
public void setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable
- Specified by:
setHorizontalScrollBarVisibilityin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
getVerticalScrollBarVisibility
public ScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable
- Specified by:
getVerticalScrollBarVisibilityin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
setVerticalScrollBarVisibility
public void setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable
- Specified by:
setVerticalScrollBarVisibilityin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
addClosing
public void addClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosingin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
removeClosing
public void removeClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosingin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
addGotAggregateFocus
public void addGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
addGotAggregateFocusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
removeGotAggregateFocus
public void removeGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotAggregateFocusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
addLostAggregateFocus
public void addLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
addLostAggregateFocusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
removeLostAggregateFocus
public void removeLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostAggregateFocusin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
addTextChangedin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeTextChangedin interfaceIExpressionEditorInstance- Throws:
java.lang.Throwable
-
-