Interface IExpressionEditorInstance
-
- All Superinterfaces:
IJCOBridgeReflected
- All Known Implementing Classes:
IExpressionEditorInstanceImplementation
public interface IExpressionEditorInstance extends IJCOBridgeReflected
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.IExpressionEditorInstance
-
Method Summary
All Methods Static Methods Instance Methods Abstract 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()
-
-
-
Field Detail
-
assemblyFullName
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
static final java.lang.String assemblyShortName
Assembly name: System.Activities.Presentation- See Also:
- Constant Field Values
-
className
static final java.lang.String className
Qualified class name: System.Activities.Presentation.View.IExpressionEditorInstance- See Also:
- Constant Field Values
-
-
Method Detail
-
ToIExpressionEditorInstance
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
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the Type of the instantiated Class
-
CanCompleteWord
boolean CanCompleteWord() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanCopy
boolean CanCopy() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanCut
boolean CanCut() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanDecreaseFilterLevel
boolean CanDecreaseFilterLevel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanGlobalIntellisense
boolean CanGlobalIntellisense() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanIncreaseFilterLevel
boolean CanIncreaseFilterLevel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanParameterInfo
boolean CanParameterInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanPaste
boolean CanPaste() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanQuickInfo
boolean CanQuickInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanRedo
boolean CanRedo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CanUndo
boolean CanUndo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
CompleteWord
boolean CompleteWord() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Copy
boolean Copy() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Cut
boolean Cut() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
DecreaseFilterLevel
boolean DecreaseFilterLevel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GlobalIntellisense
boolean GlobalIntellisense() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
IncreaseFilterLevel
boolean IncreaseFilterLevel() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ParameterInfo
boolean ParameterInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Paste
boolean Paste() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
QuickInfo
boolean QuickInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Redo
boolean Redo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Undo
boolean Undo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetCommittedText
java.lang.String GetCommittedText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ClearSelection
void ClearSelection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Close
void Close() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Focus
void Focus() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAcceptsReturn
boolean getAcceptsReturn() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAcceptsReturn
void setAcceptsReturn(boolean AcceptsReturn) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getAcceptsTab
boolean getAcceptsTab() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAcceptsTab
void setAcceptsTab(boolean AcceptsTab) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasAggregateFocus
boolean getHasAggregateFocus() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMaxLines
int getMaxLines() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMaxLines
void setMaxLines(int MaxLines) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getMinLines
int getMinLines() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setMinLines
void setMinLines(int MinLines) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getText
java.lang.String getText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setText
void setText(java.lang.String Text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHostControl
Control getHostControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHorizontalScrollBarVisibility
ScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHorizontalScrollBarVisibility
void setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVerticalScrollBarVisibility
ScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVerticalScrollBarVisibility
void setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addClosing
void addClosing(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeClosing
void removeClosing(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotAggregateFocus
void addGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotAggregateFocus
void removeGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostAggregateFocus
void addLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostAggregateFocus
void removeLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextChanged
void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-