Class NotificationDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.messages.NotificationListener, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.SingletonWindow

public class NotificationDialog extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.SingletonWindow, org.gvsig.andami.messages.NotificationListener
Graphic interface that appears to show an error.
Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • NotificationDialog

      public NotificationDialog()
      This is the default constructor
  • Method Details

    • getWindowModel

      public Object getWindowModel()
      Specified by:
      getWindowModel in interface org.gvsig.andami.ui.mdiManager.SingletonWindow
      See Also:
      • invalid reference
        com.iver.mdiApp.ui.MDIManager.IWindow#getModel()
    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
      See Also:
      • IWindow.getWindowInfo()
    • errorEvent

      public void errorEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      errorEvent in interface org.gvsig.andami.messages.NotificationListener
      See Also:
      • invalid reference
        com.iver.mdiApp.NotificationListener#errorEvent(java.lang.String)
    • warningEvent

      public void warningEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      warningEvent in interface org.gvsig.andami.messages.NotificationListener
      See Also:
      • invalid reference
        com.iver.mdiApp.NotificationListener#warningEvent(java.lang.String)
    • infoEvent

      public void infoEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      infoEvent in interface org.gvsig.andami.messages.NotificationListener
      See Also:
      • invalid reference
        com.iver.mdiApp.NotificationListener#infoEvent(java.lang.String)
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow