Package com.l2fprod.gui.plaf.skin
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
static class
Description of the Class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a feature to the PropertyChangeListener attribute of the Window objectvoid
dispatchEvent
(AWTEvent event) Description of the MethodGets the Container attribute of the Window objectGets the FrameIcon attribute of the Window objectgetTitle()
Gets the Title attribute of the Window objectboolean
Gets the Closable attribute of the Window objectboolean
isIcon()
Gets the Icon attribute of the Window objectboolean
Gets the Iconifiable attribute of the Window objectboolean
Gets the Maximizable attribute of the Window objectboolean
Gets the Maximum attribute of the Window objectboolean
Gets the Resizable attribute of the Window objectboolean
Gets the Selected attribute of the Window objectboolean
isShaded()
Gets the Shaded attribute of the Window objectvoid
Remove a feature to the PropertyChangeListener attribute of the Window objectvoid
setClosed
(boolean b) Sets the Closed attribute of the Window objectvoid
setIcon
(boolean b) Sets the Icon attribute of the Window objectvoid
setMaximum
(boolean b) Sets the Maximum attribute of the Window objectvoid
setSelected
(boolean b) Sets the Selected attribute of the Window objectvoid
setShaded
(boolean b) Sets the Shaded attribute of the Window object
-
Field Details
-
IS_SHADED_PROPERTY
Description of the Field- See Also:
-
SHADE_BOUNDS_PROPERTY
- See Also:
-
-
Method Details
-
getContainer
Container getContainer()Gets the Container attribute of the Window object- Returns:
- The Container value
-
addPropertyChangeListener
Adds a feature to the PropertyChangeListener attribute of the Window object- Parameters:
listener
- The feature to be added to the PropertyChangeListener attribute
-
removePropertyChangeListener
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
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
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
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
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
Description of the Method- Parameters:
event
- Description of Parameter
-