Class NotificationDialogNew

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 NotificationDialogNew extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.andami.ui.mdiManager.SingletonWindow, org.gvsig.andami.messages.NotificationListener
See Also:
  • Constructor Details

    • NotificationDialogNew

      public NotificationDialogNew()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • closeWindow

      public void closeWindow()
    • hideConsole

      public void hideConsole()
    • showConsole

      public void showConsole()
    • getWindowModel

      public Object getWindowModel()
      Specified by:
      getWindowModel in interface org.gvsig.andami.ui.mdiManager.SingletonWindow
    • getWindowInfo

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

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

      public void errorEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      errorEvent in interface org.gvsig.andami.messages.NotificationListener
    • warningEvent

      public void warningEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      warningEvent in interface org.gvsig.andami.messages.NotificationListener
    • infoEvent

      public void infoEvent(org.gvsig.andami.messages.MessageEvent e)
      Specified by:
      infoEvent in interface org.gvsig.andami.messages.NotificationListener