Class SearchForVirtualItemEventArgs

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.SearchForVirtualItemEventArgs
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • SearchForVirtualItemEventArgs

        public SearchForVirtualItemEventArgs​(java.lang.Object instance)
                                      throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • SearchForVirtualItemEventArgs

        public SearchForVirtualItemEventArgs()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • SearchForVirtualItemEventArgs

        public SearchForVirtualItemEventArgs​(boolean isTextSearch,
                                             boolean isPrefixSearch,
                                             boolean includeSubItemsInSearch,
                                             java.lang.String text,
                                             Point startingPoint,
                                             SearchDirectionHint direction,
                                             int startIndex)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getIncludeSubItemsInSearch

        public boolean getIncludeSubItemsInSearch()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsPrefixSearch

        public boolean getIsPrefixSearch()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsTextSearch

        public boolean getIsTextSearch()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIndex

        public int getIndex()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setIndex

        public void setIndex​(int Index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStartIndex

        public int getStartIndex()
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getStartingPoint

        public Point getStartingPoint()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getText

        public java.lang.String getText()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDirection

        public SearchDirectionHint getDirection()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable