Class StructureTreePanel

    • Method Detail

      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets whether or not this component is enabled. A component that is enabled may respond to user input, while a component that is not enabled cannot respond to user input. Some components may alter their visual representation when they are disabled in order to provide feedback to the user that they cannot take input.

        Note: Disabling a component does not disable it's children.

        Note: Disabling a lightweight component does not prevent it from receiving MouseEvents.

        Overrides:
        setEnabled in class JComponent
        Parameters:
        enabled - true if this component should be enabled, false otherwise
      • getLeadSelection

        public Object getLeadSelection()
      • setLeadSelection

        protected void setLeadSelection​(Object leadSelection)
      • getTree

        protected JTree getTree()