Interface IExpressionEditorInstance

    • 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

      • getJCOAssemblyName

        java.lang.String getJCOAssemblyName()
        Returns the reflected Assembly name
        Specified by:
        getJCOAssemblyName in interface IJCOBridgeReflected
        Returns:
        A String representing the Fullname of reflected Assembly
      • getJCOClassName

        java.lang.String getJCOClassName()
        Returns the reflected Class name
        Specified by:
        getJCOClassName in interface IJCOBridgeReflected
        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 interface IJCOBridgeReflected
        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 interface IJCOBridgeReflected
        Returns:
        An Object representing the instance 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