Package xtwm.ui

Class SearchInputWindow

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>

    public class SearchInputWindow
    extends TWindow
    This window is used by both the "Find" and "Replace" functions.
    • Constructor Detail

      • SearchInputWindow

        public SearchInputWindow​(TApplication parent,
                                 boolean replace)
        Public constructor.
        Parameters:
        parent - the main application
        replace - if true, display the "Replace Text" window
    • Method Detail

      • draw

        public void draw()
        Draw the options panel.
        Overrides:
        draw in class TWindow