Class LayoutPanelImpl

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.IWindowListener, org.gvsig.andami.ui.mdiManager.SingletonWindow, org.gvsig.app.project.documents.gui.IDocumentWindow, org.gvsig.tools.observer.Observer, org.gvsig.tools.persistence.Persistent

public class LayoutPanelImpl extends DefaultLayoutPanel
Layout document window. This class contain the specific behaviour of the layout window that is not suitable for other documents extending LayoutDocument (such as the mapsheets plugin). If you need to extend a generic layout window in your document, extend LayoutPanel or DefauLayoutPanel instead of this class.
Author:
Cesar Martinez Izquierdo
See Also:
  • Constructor Details

    • LayoutPanelImpl

      public LayoutPanelImpl()
  • Method Details

    • isInitConfigDialogEnabled

      protected boolean isInitConfigDialogEnabled()
    • onInitialConfigCanceled

      protected void onInitialConfigCanceled()
    • windowActivated

      public void windowActivated()
      Specified by:
      windowActivated in interface org.gvsig.andami.ui.mdiManager.IWindowListener
      Overrides:
      windowActivated in class DefaultLayoutPanel
      See Also:
      • invalid reference
        com.iver.mdiApp.ui.MDIManager.IWindow#windowActivated()