public class IExpressionEditorInstanceImplementation extends NetObject implements IExpressionEditorInstance
.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 JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IExpressionEditorInstanceImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addClosing(EventHandler handler) |
void |
addGotAggregateFocus(EventHandler handler) |
void |
addLostAggregateFocus(EventHandler handler) |
void |
addTextChanged(EventHandler handler) |
boolean |
CanCompleteWord() |
boolean |
CanCopy() |
boolean |
CanCut() |
boolean |
CanDecreaseFilterLevel() |
boolean |
CanGlobalIntellisense() |
boolean |
CanIncreaseFilterLevel() |
boolean |
CanParameterInfo() |
boolean |
CanPaste() |
boolean |
CanQuickInfo() |
boolean |
CanRedo() |
boolean |
CanUndo() |
void |
ClearSelection() |
void |
Close() |
boolean |
CompleteWord() |
boolean |
Copy() |
boolean |
Cut() |
boolean |
DecreaseFilterLevel() |
void |
Focus() |
boolean |
getAcceptsReturn() |
boolean |
getAcceptsTab() |
java.lang.String |
GetCommittedText() |
boolean |
getHasAggregateFocus() |
ScrollBarVisibility |
getHorizontalScrollBarVisibility() |
Control |
getHostControl() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMaxLines() |
int |
getMinLines() |
java.lang.String |
getText() |
ScrollBarVisibility |
getVerticalScrollBarVisibility() |
boolean |
GlobalIntellisense() |
boolean |
IncreaseFilterLevel() |
boolean |
ParameterInfo() |
boolean |
Paste() |
boolean |
QuickInfo() |
boolean |
Redo() |
void |
removeClosing(EventHandler handler) |
void |
removeGotAggregateFocus(EventHandler handler) |
void |
removeLostAggregateFocus(EventHandler handler) |
void |
removeTextChanged(EventHandler handler) |
void |
setAcceptsReturn(boolean AcceptsReturn) |
void |
setAcceptsTab(boolean AcceptsTab) |
void |
setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) |
void |
setMaxLines(int MaxLines) |
void |
setMinLines(int MinLines) |
void |
setText(java.lang.String Text) |
void |
setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) |
static IExpressionEditorInstance |
ToIExpressionEditorInstance(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IExpressionEditorInstance, a cast assert is made to check if types are compatible. |
boolean |
Undo() |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IExpressionEditorInstanceImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addClosing(EventHandler handler) throws java.lang.Throwable
addClosing in interface IExpressionEditorInstancejava.lang.Throwablepublic void addGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
addGotAggregateFocus in interface IExpressionEditorInstancejava.lang.Throwablepublic void addLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
addLostAggregateFocus in interface IExpressionEditorInstancejava.lang.Throwablepublic void addTextChanged(EventHandler handler) throws java.lang.Throwable
addTextChanged in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanCompleteWord()
throws java.lang.Throwable
CanCompleteWord in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanCopy()
throws java.lang.Throwable
CanCopy in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanCut()
throws java.lang.Throwable
CanCut in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanDecreaseFilterLevel()
throws java.lang.Throwable
CanDecreaseFilterLevel in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanGlobalIntellisense()
throws java.lang.Throwable
CanGlobalIntellisense in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanIncreaseFilterLevel()
throws java.lang.Throwable
CanIncreaseFilterLevel in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanParameterInfo()
throws java.lang.Throwable
CanParameterInfo in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanPaste()
throws java.lang.Throwable
CanPaste in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanQuickInfo()
throws java.lang.Throwable
CanQuickInfo in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanRedo()
throws java.lang.Throwable
CanRedo in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CanUndo()
throws java.lang.Throwable
CanUndo in interface IExpressionEditorInstancejava.lang.Throwablepublic void ClearSelection()
throws java.lang.Throwable
ClearSelection in interface IExpressionEditorInstancejava.lang.Throwablepublic void Close()
throws java.lang.Throwable
Close in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean CompleteWord()
throws java.lang.Throwable
CompleteWord in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean Copy()
throws java.lang.Throwable
Copy in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean Cut()
throws java.lang.Throwable
Cut in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean DecreaseFilterLevel()
throws java.lang.Throwable
DecreaseFilterLevel in interface IExpressionEditorInstancejava.lang.Throwablepublic void Focus()
throws java.lang.Throwable
Focus in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean getAcceptsReturn()
throws java.lang.Throwable
getAcceptsReturn in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean getAcceptsTab()
throws java.lang.Throwable
getAcceptsTab in interface IExpressionEditorInstancejava.lang.Throwablepublic java.lang.String GetCommittedText()
throws java.lang.Throwable
GetCommittedText in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean getHasAggregateFocus()
throws java.lang.Throwable
getHasAggregateFocus in interface IExpressionEditorInstancejava.lang.Throwablepublic ScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable
getHorizontalScrollBarVisibility in interface IExpressionEditorInstancejava.lang.Throwablepublic Control getHostControl() throws java.lang.Throwable
getHostControl in interface IExpressionEditorInstancejava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IExpressionEditorInstancegetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IExpressionEditorInstancegetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IExpressionEditorInstancegetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IExpressionEditorInstancegetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IExpressionEditorInstancegetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic int getMaxLines()
throws java.lang.Throwable
getMaxLines in interface IExpressionEditorInstancejava.lang.Throwablepublic int getMinLines()
throws java.lang.Throwable
getMinLines in interface IExpressionEditorInstancejava.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
getText in interface IExpressionEditorInstancejava.lang.Throwablepublic ScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable
getVerticalScrollBarVisibility in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean GlobalIntellisense()
throws java.lang.Throwable
GlobalIntellisense in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean IncreaseFilterLevel()
throws java.lang.Throwable
IncreaseFilterLevel in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean ParameterInfo()
throws java.lang.Throwable
ParameterInfo in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean Paste()
throws java.lang.Throwable
Paste in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean QuickInfo()
throws java.lang.Throwable
QuickInfo in interface IExpressionEditorInstancejava.lang.Throwablepublic boolean Redo()
throws java.lang.Throwable
Redo in interface IExpressionEditorInstancejava.lang.Throwablepublic void removeClosing(EventHandler handler) throws java.lang.Throwable
removeClosing in interface IExpressionEditorInstancejava.lang.Throwablepublic void removeGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
removeGotAggregateFocus in interface IExpressionEditorInstancejava.lang.Throwablepublic void removeLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
removeLostAggregateFocus in interface IExpressionEditorInstancejava.lang.Throwablepublic void removeTextChanged(EventHandler handler) throws java.lang.Throwable
removeTextChanged in interface IExpressionEditorInstancejava.lang.Throwablepublic void setAcceptsReturn(boolean AcceptsReturn)
throws java.lang.Throwable
setAcceptsReturn in interface IExpressionEditorInstancejava.lang.Throwablepublic void setAcceptsTab(boolean AcceptsTab)
throws java.lang.Throwable
setAcceptsTab in interface IExpressionEditorInstancejava.lang.Throwablepublic void setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable
setHorizontalScrollBarVisibility in interface IExpressionEditorInstancejava.lang.Throwablepublic void setMaxLines(int MaxLines)
throws java.lang.Throwable
setMaxLines in interface IExpressionEditorInstancejava.lang.Throwablepublic void setMinLines(int MinLines)
throws java.lang.Throwable
setMinLines in interface IExpressionEditorInstancejava.lang.Throwablepublic void setText(java.lang.String Text)
throws java.lang.Throwable
setText in interface IExpressionEditorInstancejava.lang.Throwablepublic void setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable
setVerticalScrollBarVisibility in interface IExpressionEditorInstancejava.lang.Throwablepublic static IExpressionEditorInstance ToIExpressionEditorInstance(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IExpressionEditorInstance, a cast assert is made to check if types are compatible.ToIExpressionEditorInstance in interface IExpressionEditorInstancefrom - IJCOBridgeReflected instance to be castedIExpressionEditorInstance instancejava.lang.Throwable - in case of error during cast operationpublic boolean Undo()
throws java.lang.Throwable
Undo in interface IExpressionEditorInstancejava.lang.Throwable