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.String
assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Activities.Presentationstatic java.lang.String
className
Qualified class name: System.Activities.Presentation.View.IExpressionEditorInstance
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method 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 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 Typeint
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 theIJCOBridgeReflected
instance intoIExpressionEditorInstance
, a cast assert is made to check if types are compatible.boolean
Undo()
-
-
-
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 theIJCOBridgeReflected
instance intoIExpressionEditorInstance
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IExpressionEditorInstance
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getJCOAssemblyName
java.lang.String getJCOAssemblyName()
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
java.lang.String getJCOClassName()
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
java.lang.String getJCOObjectName()
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
java.lang.Object getJCOInstance()
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Returns:
- An
Object
representing the instance of the instantiated Class
-
getJCOType
JCType getJCOType()
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Returns:
- A
JCType
representing 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
-
-