Package editor.search

Class SearchPanel

All Implemented Interfaces:
IDisposable, ImageObserver, MenuContainer, Serializable, Accessible

public class SearchPanel extends ClearablePanel
See Also:
  • Field Details

    • _tree

      private JTree _tree
    • _replaceButtonPanel

      private JPanel _replaceButtonPanel
    • _replacePattern

      private String _replacePattern
    • _btnReplaceAll

      private JButton _btnReplaceAll
    • _btnReplaceSelected

      private JButton _btnReplaceSelected
  • Constructor Details

    • SearchPanel

      public SearchPanel()
  • Method Details

    • configUi

      private void configUi()
    • makeToolbar

      private JComponent makeToolbar()
    • gotoPreviousItem

      public void gotoPreviousItem()
    • gotoNextItem

      public void gotoNextItem()
    • findFirstLeaf

      private SearchTree findFirstLeaf(SearchTree tree)
    • findLastLeaf

      private SearchTree findLastLeaf(SearchTree tree)
    • findNextAncestorSibling

      private SearchTree findNextAncestorSibling(SearchTree tree)
    • findPrevAncestorSibling

      private SearchTree findPrevAncestorSibling(SearchTree tree)
    • getGosuPanel

      private GosuPanel getGosuPanel()
    • addReplaceButtonsPanel

      private void addReplaceButtonsPanel()
    • setReplacePattern

      void setReplacePattern(String pattern)
    • replaceSelected

      private void replaceSelected()
    • replaceAll

      private void replaceAll()
    • getTree

      public JTree getTree()
    • showReplace

      public void showReplace(boolean show)
    • clear

      public void clear()
      Specified by:
      clear in class ClearablePanel
    • dispose

      public void dispose()
      Description copied from interface: IDisposable
      Dispose any resources, caches, etc, that support this component.
    • getSelectedTree

      public SearchTree getSelectedTree()
    • add

      public void add(SearchTree message)
    • expandAll

      public void expandAll()
    • expandAll

      void expandAll(int startingIndex, int rowCount)