Class TreePanel.DefaultPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Comparable<IPanel>, Accessible, IPanel
Enclosing class:
TreePanel

protected class TreePanel.DefaultPanel extends AbstractPanel

A trivial implementation of AbstractPanel used in the initialization of the jSplitPane attribute.

Version:
15/10/2007
Author:
Pablo Piqueras Bartolomé (pablo.piqueras@iver.es)
See Also:
  • Constructor Details

  • Method Details

    • initialize

      protected void initialize()
      Description copied from class: AbstractPanel

      This method is used by each concrete implementation of AbstractPanel to execute its particular initialization tasks.

      Specified by:
      initialize in class AbstractPanel
    • accept

      public void accept()
      Description copied from interface: IPanel

      Notifies to this panel of an accept action.

    • apply

      public void apply()
      Description copied from interface: IPanel

      Notifies this panel of an apply action.

    • cancel

      public void cancel()
      Description copied from interface: IPanel

      Notifies this panel of a cancel action.

    • selected

      public void selected()
      Description copied from interface: IPanel

      Notifies this panel that has been selected at the AbstractPanelGroup