public interface IExpressionEditorInstance extends IJCOBridgeReflected
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.View.IExpressionEditorInstance
|
static final java.lang.String assemblyFullName
static final java.lang.String assemblyShortName
static final java.lang.String className
void addClosing(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid addTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwableboolean CanCompleteWord()
throws java.lang.Throwable
java.lang.Throwableboolean CanCopy()
throws java.lang.Throwable
java.lang.Throwableboolean CanCut()
throws java.lang.Throwable
java.lang.Throwableboolean CanDecreaseFilterLevel()
throws java.lang.Throwable
java.lang.Throwableboolean CanGlobalIntellisense()
throws java.lang.Throwable
java.lang.Throwableboolean CanIncreaseFilterLevel()
throws java.lang.Throwable
java.lang.Throwableboolean CanParameterInfo()
throws java.lang.Throwable
java.lang.Throwableboolean CanPaste()
throws java.lang.Throwable
java.lang.Throwableboolean CanQuickInfo()
throws java.lang.Throwable
java.lang.Throwableboolean CanRedo()
throws java.lang.Throwable
java.lang.Throwableboolean CanUndo()
throws java.lang.Throwable
java.lang.Throwablevoid ClearSelection()
throws java.lang.Throwable
java.lang.Throwablevoid Close()
throws java.lang.Throwable
java.lang.Throwableboolean CompleteWord()
throws java.lang.Throwable
java.lang.Throwableboolean Copy()
throws java.lang.Throwable
java.lang.Throwableboolean Cut()
throws java.lang.Throwable
java.lang.Throwableboolean DecreaseFilterLevel()
throws java.lang.Throwable
java.lang.Throwablevoid Focus()
throws java.lang.Throwable
java.lang.Throwableboolean getAcceptsReturn()
throws java.lang.Throwable
java.lang.Throwableboolean getAcceptsTab()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String GetCommittedText()
throws java.lang.Throwable
java.lang.Throwableboolean getHasAggregateFocus()
throws java.lang.Throwable
java.lang.ThrowableScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable
java.lang.ThrowableControl getHostControl() throws java.lang.Throwable
java.lang.Throwablejava.lang.String getJCOAssemblyName()
getJCOAssemblyName in interface IJCOBridgeReflectedString representing the Fullname of reflected Assemblyjava.lang.String getJCOClassName()
getJCOClassName in interface IJCOBridgeReflectedString representing the Fullname of reflected Classjava.lang.Object getJCOInstance()
getJCOInstance in interface IJCOBridgeReflectedObject representing the instance of the instantiated Classjava.lang.String getJCOObjectName()
getJCOObjectName in interface IJCOBridgeReflectedString representing the name used to allocated the object
in CLR contextJCType getJCOType()
getJCOType in interface IJCOBridgeReflectedJCType representing the Type of the instantiated Classint getMaxLines()
throws java.lang.Throwable
java.lang.Throwableint getMinLines()
throws java.lang.Throwable
java.lang.Throwablejava.lang.String getText()
throws java.lang.Throwable
java.lang.ThrowableScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable
java.lang.Throwableboolean GlobalIntellisense()
throws java.lang.Throwable
java.lang.Throwableboolean IncreaseFilterLevel()
throws java.lang.Throwable
java.lang.Throwableboolean ParameterInfo()
throws java.lang.Throwable
java.lang.Throwableboolean Paste()
throws java.lang.Throwable
java.lang.Throwableboolean QuickInfo()
throws java.lang.Throwable
java.lang.Throwableboolean Redo()
throws java.lang.Throwable
java.lang.Throwablevoid removeClosing(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid removeTextChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablevoid setAcceptsReturn(boolean AcceptsReturn)
throws java.lang.Throwable
java.lang.Throwablevoid setAcceptsTab(boolean AcceptsTab)
throws java.lang.Throwable
java.lang.Throwablevoid setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable
java.lang.Throwablevoid setMaxLines(int MaxLines)
throws java.lang.Throwable
java.lang.Throwablevoid setMinLines(int MinLines)
throws java.lang.Throwable
java.lang.Throwablevoid setText(java.lang.String Text)
throws java.lang.Throwable
java.lang.Throwablevoid setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable
java.lang.Throwablestatic IExpressionEditorInstance ToIExpressionEditorInstance(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IExpressionEditorInstance, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIExpressionEditorInstance instancejava.lang.Throwable - in case of error during cast operationboolean Undo()
throws java.lang.Throwable
java.lang.Throwable