Class ReflectCompletionDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, EscapeListener

public class ReflectCompletionDialog extends JDialog implements EscapeListener
See Also:
  • Field Details

    • escapeChars

      public String escapeChars
      The current filter, to avoid refiltering the items
    • items

      public List<Member> items
  • Constructor Details

    • ReflectCompletionDialog

      public ReflectCompletionDialog(JTextComponent target)
      Creates new form ReflectCompletionDialog
      Parameters:
      target - Text component for this dialog
  • Method Details

    • setFonts

      public void setFonts(Font font)
    • getTheClass

      public Class getTheClass()
    • setItems

      public void setItems(List<Member> items)
      Set the items to display
      Parameters:
      items -
    • displayFor

      public void displayFor(JTextComponent target)
      Display the dialog.
      Parameters:
      target - text component (its Window will be the parent)
    • escapePressed

      public void escapePressed()
      Description copied from interface: EscapeListener
      This method will be called when ESC key is pressed.
      Specified by:
      escapePressed in interface EscapeListener