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.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.IExpressionEditorInstancestatic JCType
classType
The 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 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()
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIExpressionEditorInstance
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIExpressionEditorInstance
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIExpressionEditorInstance
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIExpressionEditorInstance
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIExpressionEditorInstance
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIExpressionEditorInstance
public 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
-
CanCompleteWord
public boolean CanCompleteWord() throws java.lang.Throwable
- Specified by:
CanCompleteWord
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanCopy
public boolean CanCopy() throws java.lang.Throwable
- Specified by:
CanCopy
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanCut
public boolean CanCut() throws java.lang.Throwable
- Specified by:
CanCut
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanDecreaseFilterLevel
public boolean CanDecreaseFilterLevel() throws java.lang.Throwable
- Specified by:
CanDecreaseFilterLevel
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanGlobalIntellisense
public boolean CanGlobalIntellisense() throws java.lang.Throwable
- Specified by:
CanGlobalIntellisense
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanIncreaseFilterLevel
public boolean CanIncreaseFilterLevel() throws java.lang.Throwable
- Specified by:
CanIncreaseFilterLevel
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanParameterInfo
public boolean CanParameterInfo() throws java.lang.Throwable
- Specified by:
CanParameterInfo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanPaste
public boolean CanPaste() throws java.lang.Throwable
- Specified by:
CanPaste
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanQuickInfo
public boolean CanQuickInfo() throws java.lang.Throwable
- Specified by:
CanQuickInfo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanRedo
public boolean CanRedo() throws java.lang.Throwable
- Specified by:
CanRedo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CanUndo
public boolean CanUndo() throws java.lang.Throwable
- Specified by:
CanUndo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
CompleteWord
public boolean CompleteWord() throws java.lang.Throwable
- Specified by:
CompleteWord
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Copy
public boolean Copy() throws java.lang.Throwable
- Specified by:
Copy
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Cut
public boolean Cut() throws java.lang.Throwable
- Specified by:
Cut
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
DecreaseFilterLevel
public boolean DecreaseFilterLevel() throws java.lang.Throwable
- Specified by:
DecreaseFilterLevel
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
GlobalIntellisense
public boolean GlobalIntellisense() throws java.lang.Throwable
- Specified by:
GlobalIntellisense
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
IncreaseFilterLevel
public boolean IncreaseFilterLevel() throws java.lang.Throwable
- Specified by:
IncreaseFilterLevel
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
ParameterInfo
public boolean ParameterInfo() throws java.lang.Throwable
- Specified by:
ParameterInfo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Paste
public boolean Paste() throws java.lang.Throwable
- Specified by:
Paste
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
QuickInfo
public boolean QuickInfo() throws java.lang.Throwable
- Specified by:
QuickInfo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Redo
public boolean Redo() throws java.lang.Throwable
- Specified by:
Redo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Undo
public boolean Undo() throws java.lang.Throwable
- Specified by:
Undo
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
GetCommittedText
public java.lang.String GetCommittedText() throws java.lang.Throwable
- Specified by:
GetCommittedText
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
ClearSelection
public void ClearSelection() throws java.lang.Throwable
- Specified by:
ClearSelection
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Close
public void Close() throws java.lang.Throwable
- Specified by:
Close
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
Focus
public void Focus() throws java.lang.Throwable
- Specified by:
Focus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getAcceptsReturn
public boolean getAcceptsReturn() throws java.lang.Throwable
- Specified by:
getAcceptsReturn
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setAcceptsReturn
public void setAcceptsReturn(boolean AcceptsReturn) throws java.lang.Throwable
- Specified by:
setAcceptsReturn
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getAcceptsTab
public boolean getAcceptsTab() throws java.lang.Throwable
- Specified by:
getAcceptsTab
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setAcceptsTab
public void setAcceptsTab(boolean AcceptsTab) throws java.lang.Throwable
- Specified by:
setAcceptsTab
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getHasAggregateFocus
public boolean getHasAggregateFocus() throws java.lang.Throwable
- Specified by:
getHasAggregateFocus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getMaxLines
public int getMaxLines() throws java.lang.Throwable
- Specified by:
getMaxLines
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setMaxLines
public void setMaxLines(int MaxLines) throws java.lang.Throwable
- Specified by:
setMaxLines
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getMinLines
public int getMinLines() throws java.lang.Throwable
- Specified by:
getMinLines
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setMinLines
public void setMinLines(int MinLines) throws java.lang.Throwable
- Specified by:
setMinLines
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getText
public java.lang.String getText() throws java.lang.Throwable
- Specified by:
getText
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable
- Specified by:
setText
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getHostControl
public Control getHostControl() throws java.lang.Throwable
- Specified by:
getHostControl
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getHorizontalScrollBarVisibility
public ScrollBarVisibility getHorizontalScrollBarVisibility() throws java.lang.Throwable
- Specified by:
getHorizontalScrollBarVisibility
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setHorizontalScrollBarVisibility
public void setHorizontalScrollBarVisibility(ScrollBarVisibility HorizontalScrollBarVisibility) throws java.lang.Throwable
- Specified by:
setHorizontalScrollBarVisibility
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
getVerticalScrollBarVisibility
public ScrollBarVisibility getVerticalScrollBarVisibility() throws java.lang.Throwable
- Specified by:
getVerticalScrollBarVisibility
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
setVerticalScrollBarVisibility
public void setVerticalScrollBarVisibility(ScrollBarVisibility VerticalScrollBarVisibility) throws java.lang.Throwable
- Specified by:
setVerticalScrollBarVisibility
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
addClosing
public void addClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
addClosing
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
removeClosing
public void removeClosing(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeClosing
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
addGotAggregateFocus
public void addGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
addGotAggregateFocus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
removeGotAggregateFocus
public void removeGotAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotAggregateFocus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
addLostAggregateFocus
public void addLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
addLostAggregateFocus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
removeLostAggregateFocus
public void removeLostAggregateFocus(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostAggregateFocus
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
addTextChanged
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(EventHandler handler) throws java.lang.Throwable
- Specified by:
removeTextChanged
in interfaceIExpressionEditorInstance
- Throws:
java.lang.Throwable
-
-