Interface Window

All Known Implementing Classes:
Window.FrameWindow, Window.InternalFrameWindow

public interface Window
Created on 27/05/2000 by Frederic Lavigne, fred@L2FProd.com
Version:
$Revision: 1.11 $, $Date: 2005/11/19 09:25:28 $
Author:
$Author: l2fprod $ @created 27 avril 2002
  • Field Details

  • Method Details

    • getContainer

      Container getContainer()
      Gets the Container attribute of the Window object
      Returns:
      The Container value
    • addPropertyChangeListener

      void addPropertyChangeListener(PropertyChangeListener listener)
      Adds a feature to the PropertyChangeListener attribute of the Window object
      Parameters:
      listener - The feature to be added to the PropertyChangeListener attribute
    • removePropertyChangeListener

      void removePropertyChangeListener(PropertyChangeListener listener)
      Remove a feature to the PropertyChangeListener attribute of the Window object
      Parameters:
      listener - The feature to be remove from the PropertyChangeListener attribute
    • isSelected

      boolean isSelected()
      Gets the Selected attribute of the Window object
      Returns:
      The Selected value
    • setSelected

      void setSelected(boolean b) throws PropertyVetoException
      Sets the Selected attribute of the Window object
      Parameters:
      b - The new Selected value
      Throws:
      PropertyVetoException - Description of Exception
    • isIcon

      boolean isIcon()
      Gets the Icon attribute of the Window object
      Returns:
      The Icon value
    • setIcon

      void setIcon(boolean b) throws PropertyVetoException
      Sets the Icon attribute of the Window object
      Parameters:
      b - The new Icon value
      Throws:
      PropertyVetoException - Description of Exception
    • isMaximum

      boolean isMaximum()
      Gets the Maximum attribute of the Window object
      Returns:
      The Maximum value
    • setMaximum

      void setMaximum(boolean b) throws PropertyVetoException
      Sets the Maximum attribute of the Window object
      Parameters:
      b - The new Maximum value
      Throws:
      PropertyVetoException - Description of Exception
    • isShaded

      boolean isShaded()
      Gets the Shaded attribute of the Window object
      Returns:
      The Shaded value
    • setShaded

      void setShaded(boolean b)
      Sets the Shaded attribute of the Window object
      Parameters:
      b - The new Shaded value
    • isMaximizable

      boolean isMaximizable()
      Gets the Maximizable attribute of the Window object
      Returns:
      The Maximizable value
    • isIconifiable

      boolean isIconifiable()
      Gets the Iconifiable attribute of the Window object
      Returns:
      The Iconifiable value
    • isClosable

      boolean isClosable()
      Gets the Closable attribute of the Window object
      Returns:
      The Closable value
    • setClosed

      void setClosed(boolean b) throws PropertyVetoException
      Sets the Closed attribute of the Window object
      Parameters:
      b - The new Closed value
      Throws:
      PropertyVetoException - Description of Exception
    • isResizable

      boolean isResizable()
      Gets the Resizable attribute of the Window object
      Returns:
      The Resizable value
    • getTitle

      String getTitle()
      Gets the Title attribute of the Window object
      Returns:
      The Title value
    • getFrameIcon

      Icon getFrameIcon()
      Gets the FrameIcon attribute of the Window object
      Returns:
      The FrameIcon value
    • dispatchEvent

      void dispatchEvent(AWTEvent event)
      Description of the Method
      Parameters:
      event - Description of Parameter