Java Doc for WindowPane.java in  » Ajax » NextApp-Echo2 » nextapp » echo2 » app » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Ajax » NextApp Echo2 » nextapp.echo2.app 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   nextapp.echo2.app.Component
      nextapp.echo2.app.WindowPane

All known Subclasses:   echo2example.email.MessageDialog,  nextapp.echo2.testapp.interactive.ConsoleWindowPane,  echo2example.chatclient.MessageDialog,  echo2example.email.ComposeWindow,
WindowPane
public class WindowPane extends Component implements FloatingPane,ModalSupport,PaneContainer(Code)
A Component which renders its contents in a floating, movable window.

NOTE: A WindowPane may only be added to a ContentPane.



Field Summary
final public static  intDISPOSE_ON_CLOSE
     A constant for the defaultCloseOperation property indicating that a window should be removed from the component hierarchy when a user attempts to close it.
final public static  intDO_NOTHING_ON_CLOSE
     A constant for the defaultCloseOperation property indicating that nothing should be done when the user attempts to close a window.
final public static  intHIDE_ON_CLOSE
     A constant for the defaultCloseOperation property indicating that a window should be hidden when the user attempts to close it.
final public static  StringINPUT_CLOSE
    
final public static  StringPROPERTY_BACKGROUND_IMAGE
    
final public static  StringPROPERTY_BORDER
    
final public static  StringPROPERTY_CLOSABLE
    
final public static  StringPROPERTY_CLOSE_ICON
    
final public static  StringPROPERTY_CLOSE_ICON_INSETS
    
final public static  StringPROPERTY_DEFAULT_CLOSE_OPERATION
    
final public static  StringPROPERTY_HEIGHT
    
final public static  StringPROPERTY_ICON
    
final public static  StringPROPERTY_ICON_INSETS
    
final public static  StringPROPERTY_INSETS
    
final public static  StringPROPERTY_MAXIMUM_HEIGHT
    
final public static  StringPROPERTY_MAXIMUM_WIDTH
    
final public static  StringPROPERTY_MINIMUM_HEIGHT
    
final public static  StringPROPERTY_MINIMUM_WIDTH
    
final public static  StringPROPERTY_MOVABLE
    
final public static  StringPROPERTY_POSITION_X
    
final public static  StringPROPERTY_POSITION_Y
    
final public static  StringPROPERTY_RESIZABLE
    
final public static  StringPROPERTY_TITLE
    
final public static  StringPROPERTY_TITLE_BACKGROUND
    
final public static  StringPROPERTY_TITLE_BACKGROUND_IMAGE
    
final public static  StringPROPERTY_TITLE_BAR_INSETS
    
final public static  StringPROPERTY_TITLE_FONT
    
final public static  StringPROPERTY_TITLE_FOREGROUND
    
final public static  StringPROPERTY_TITLE_HEIGHT
    
final public static  StringPROPERTY_TITLE_INSETS
    
final public static  StringPROPERTY_WIDTH
    
final public static  StringZ_INDEX_CHANGED_PROPERTY
    

Constructor Summary
public  WindowPane()
     Creates a new WindowPane.
public  WindowPane(String title, Extent width, Extent height)
     Creates a new WindowPane with the specified title and dimensions.

Method Summary
public  voidaddWindowPaneListener(WindowPaneListener l)
     Adds a WindowPaneListener to receive event notifications.
protected  voidfireWindowClosing()
     Notifies WindowPaneListeners that the user has requested to close this WindowPane.
public  FillImagegetBackgroundImage()
     Returns the background image of the WindowPane.
public  FillImageBordergetBorder()
     Returns the border which surrounds the entire WindowPane.
public  ImageReferencegetCloseIcon()
     Returns the close button icon.
public  InsetsgetCloseIconInsets()
     Returns the inset margin around the close button icon.
public  intgetDefaultCloseOperation()
     Returns the default close operation.
public  ExtentgetHeight()
     Returns the height of the content region of the window.
public  ImageReferencegetIcon()
     Returns the icon displayed in the title region.
public  InsetsgetIconInsets()
     Returns the inset margin around the icon.
public  InsetsgetInsets()
     Returns the inset of the window content.
public  ExtentgetMaximumHeight()
     Returns the maximum height of the content region of the WindowPane.
public  ExtentgetMaximumWidth()
     Returns the maximum width of the content region of the WindowPane.
public  ExtentgetMinimumHeight()
     Returns the minimum height of the content region of the WindowPane.
public  ExtentgetMinimumWidth()
     Returns the minimum width of the content region of the WindowPane.
public  ExtentgetPositionX()
     Returns the horizontal (Y) position of the WindowPane with respect to its container.
public  ExtentgetPositionY()
     Returns the vertical (Y) position of the WindowPane with respect to its container.
public  StringgetTitle()
     Returns the title of the WindowPane.
public  ColorgetTitleBackground()
     Returns the background color of the title region.
public  FillImagegetTitleBackgroundImage()
     Returns the background image of the title region.
public  InsetsgetTitleBarInsets()
     Returns the horizontal inset of the entire title bar (relative to the content area).
public  FontgetTitleFont()
     Returns the font of the title region.
public  ColorgetTitleForeground()
     Returns the foreground color of the title region.
public  ExtentgetTitleHeight()
     Returns the height of the title region.
public  InsetsgetTitleInsets()
     Returns the insets of the title region.
public  ExtentgetWidth()
     Returns the width of the content region of the window.
public  intgetZIndex()
     Returns the z-index of the window with respect to its parent ContentPane.
public  booleanisClosable()
     Determines if the window is closable via a provided close button in the title bar.
public  booleanisModal()
    
public  booleanisMovable()
     Determines if the window is movable.
public  booleanisResizable()
     Determines if the window is resizable.
public  booleanisValidChild(Component component)
     Limit content to a single child.
public  booleanisValidParent(Component parent)
     Only allow ContentPanes as parents.
public  voidprocessInput(String inputName, Object inputValue)
    
public  voidremoveWindowPaneListener(WindowPaneListener l)
     Removes a WindowPaneListener from receiving event notifications.
public  voidsetBackgroundImage(FillImage newValue)
     Sets the background image of the WindowPane.
public  voidsetBorder(FillImageBorder newValue)
     Sets the border which surrounds the entire WindowPane.
public  voidsetClosable(boolean newValue)
     Sets whether the window is closable via a provided close button in the title bar.
public  voidsetCloseIcon(ImageReference newValue)
     Sets the close button icon.
public  voidsetCloseIconInsets(Insets newValue)
     Sets the inset margin around the close button icon.
public  voidsetDefaultCloseOperation(int newValue)
     Sets the default close operation.
public  voidsetHeight(Extent newValue)
     Sets the height of the content region of the WindowPane.
public  voidsetIcon(ImageReference newValue)
     Sets the icon displayed in the title region.
public  voidsetIconInsets(Insets newValue)
     Sets the inset margin around the icon.
public  voidsetInsets(Insets newValue)
     Sets the inset of the window content.
public  voidsetMaximumHeight(Extent newValue)
     Sets the maximum height of the content region of the WindowPane.
public  voidsetMaximumWidth(Extent newValue)
     Sets the maximum width of the content region of the WindowPane.
public  voidsetMinimumHeight(Extent newValue)
     Sets the minimum height of the content region of the WindowPane.
public  voidsetMinimumWidth(Extent newValue)
     Sets the minimum width of the content region of the WindowPane.
public  voidsetModal(boolean newValue)
    
public  voidsetMovable(boolean newValue)
     Sets whether the window is movable.
public  voidsetPositionX(Extent newValue)
     Sets the horizontal (X) position of the WindowPane with respect to its container.
public  voidsetPositionY(Extent newValue)
     Sets the vertical (Y) position of the WindowPane with respect to its container.
public  voidsetResizable(boolean newValue)
     Sets whether the window is resizable.
public  voidsetTitle(String newValue)
     Sets the title of the WindowPane.
public  voidsetTitleBackground(Color newValue)
     Sets the background color of the title region.
public  voidsetTitleBackgroundImage(FillImage newValue)
     Sets the background image of the title region.
public  voidsetTitleBarInsets(Insets newValue)
     Sets the horizontal inset of the entire title bar (relative to the content area).
public  voidsetTitleFont(Font newValue)
     Sets the font of the title region.
public  voidsetTitleForeground(Color newValue)
     Sets the foreground color of the title region.
public  voidsetTitleHeight(Extent newValue)
     Sets the height of the title region.
public  voidsetTitleInsets(Insets newValue)
     Sets the insets of the title region.
public  voidsetWidth(Extent newValue)
     Sets the width of the content region of the window.
public  voidsetZIndex(int newValue)
     Sets the z-index of the window with respect to its parent ContentPane.
public  voiduserClose()
     Processes a user request to close the window (via the close button).

Field Detail
DISPOSE_ON_CLOSE
final public static int DISPOSE_ON_CLOSE(Code)
A constant for the defaultCloseOperation property indicating that a window should be removed from the component hierarchy when a user attempts to close it.



DO_NOTHING_ON_CLOSE
final public static int DO_NOTHING_ON_CLOSE(Code)
A constant for the defaultCloseOperation property indicating that nothing should be done when the user attempts to close a window.



HIDE_ON_CLOSE
final public static int HIDE_ON_CLOSE(Code)
A constant for the defaultCloseOperation property indicating that a window should be hidden when the user attempts to close it.



INPUT_CLOSE
final public static String INPUT_CLOSE(Code)



PROPERTY_BACKGROUND_IMAGE
final public static String PROPERTY_BACKGROUND_IMAGE(Code)



PROPERTY_BORDER
final public static String PROPERTY_BORDER(Code)



PROPERTY_CLOSABLE
final public static String PROPERTY_CLOSABLE(Code)



PROPERTY_CLOSE_ICON
final public static String PROPERTY_CLOSE_ICON(Code)



PROPERTY_CLOSE_ICON_INSETS
final public static String PROPERTY_CLOSE_ICON_INSETS(Code)



PROPERTY_DEFAULT_CLOSE_OPERATION
final public static String PROPERTY_DEFAULT_CLOSE_OPERATION(Code)



PROPERTY_HEIGHT
final public static String PROPERTY_HEIGHT(Code)



PROPERTY_ICON
final public static String PROPERTY_ICON(Code)



PROPERTY_ICON_INSETS
final public static String PROPERTY_ICON_INSETS(Code)



PROPERTY_INSETS
final public static String PROPERTY_INSETS(Code)



PROPERTY_MAXIMUM_HEIGHT
final public static String PROPERTY_MAXIMUM_HEIGHT(Code)



PROPERTY_MAXIMUM_WIDTH
final public static String PROPERTY_MAXIMUM_WIDTH(Code)



PROPERTY_MINIMUM_HEIGHT
final public static String PROPERTY_MINIMUM_HEIGHT(Code)



PROPERTY_MINIMUM_WIDTH
final public static String PROPERTY_MINIMUM_WIDTH(Code)



PROPERTY_MOVABLE
final public static String PROPERTY_MOVABLE(Code)



PROPERTY_POSITION_X
final public static String PROPERTY_POSITION_X(Code)



PROPERTY_POSITION_Y
final public static String PROPERTY_POSITION_Y(Code)



PROPERTY_RESIZABLE
final public static String PROPERTY_RESIZABLE(Code)



PROPERTY_TITLE
final public static String PROPERTY_TITLE(Code)



PROPERTY_TITLE_BACKGROUND
final public static String PROPERTY_TITLE_BACKGROUND(Code)



PROPERTY_TITLE_BACKGROUND_IMAGE
final public static String PROPERTY_TITLE_BACKGROUND_IMAGE(Code)



PROPERTY_TITLE_BAR_INSETS
final public static String PROPERTY_TITLE_BAR_INSETS(Code)



PROPERTY_TITLE_FONT
final public static String PROPERTY_TITLE_FONT(Code)



PROPERTY_TITLE_FOREGROUND
final public static String PROPERTY_TITLE_FOREGROUND(Code)



PROPERTY_TITLE_HEIGHT
final public static String PROPERTY_TITLE_HEIGHT(Code)



PROPERTY_TITLE_INSETS
final public static String PROPERTY_TITLE_INSETS(Code)



PROPERTY_WIDTH
final public static String PROPERTY_WIDTH(Code)



Z_INDEX_CHANGED_PROPERTY
final public static String Z_INDEX_CHANGED_PROPERTY(Code)




Constructor Detail
WindowPane
public WindowPane()(Code)
Creates a new WindowPane.



WindowPane
public WindowPane(String title, Extent width, Extent height)(Code)
Creates a new WindowPane with the specified title and dimensions.
Parameters:
  title - the title
Parameters:
  width - The width
Parameters:
  height - The height




Method Detail
addWindowPaneListener
public void addWindowPaneListener(WindowPaneListener l)(Code)
Adds a WindowPaneListener to receive event notifications.
Parameters:
  l - the WindowPaneListener to add



fireWindowClosing
protected void fireWindowClosing()(Code)
Notifies WindowPaneListeners that the user has requested to close this WindowPane.



getBackgroundImage
public FillImage getBackgroundImage()(Code)
Returns the background image of the WindowPane. the background image



getBorder
public FillImageBorder getBorder()(Code)
Returns the border which surrounds the entire WindowPane. border



getCloseIcon
public ImageReference getCloseIcon()(Code)
Returns the close button icon. the icon



getCloseIconInsets
public Insets getCloseIconInsets()(Code)
Returns the inset margin around the close button icon. the inset margin



getDefaultCloseOperation
public int getDefaultCloseOperation()(Code)
Returns the default close operation. the default close operation, one of the following values:
  • DO_NOTHING_ON_CLOSE
  • HIDE_ON_CLOSE
  • DISPOSE_ON_CLOSE



getHeight
public Extent getHeight()(Code)
Returns the height of the content region of the window. the height



getIcon
public ImageReference getIcon()(Code)
Returns the icon displayed in the title region. the icon



getIconInsets
public Insets getIconInsets()(Code)
Returns the inset margin around the icon. the inset margin



getInsets
public Insets getInsets()(Code)
Returns the inset of the window content. This property is not rendered when the content is a Pane component. the inset



getMaximumHeight
public Extent getMaximumHeight()(Code)
Returns the maximum height of the content region of the WindowPane. the maximum height



getMaximumWidth
public Extent getMaximumWidth()(Code)
Returns the maximum width of the content region of the WindowPane. the maximum width



getMinimumHeight
public Extent getMinimumHeight()(Code)
Returns the minimum height of the content region of the WindowPane. the minimum height



getMinimumWidth
public Extent getMinimumWidth()(Code)
Returns the minimum width of the content region of the WindowPane. the minimum width



getPositionX
public Extent getPositionX()(Code)
Returns the horizontal (Y) position of the WindowPane with respect to its container. the position



getPositionY
public Extent getPositionY()(Code)
Returns the vertical (Y) position of the WindowPane with respect to its container. the position



getTitle
public String getTitle()(Code)
Returns the title of the WindowPane. the title



getTitleBackground
public Color getTitleBackground()(Code)
Returns the background color of the title region. the color



getTitleBackgroundImage
public FillImage getTitleBackgroundImage()(Code)
Returns the background image of the title region. the background image



getTitleBarInsets
public Insets getTitleBarInsets()(Code)
Returns the horizontal inset of the entire title bar (relative to the content area). Setting this value will result in the title bar being narrower than the rest of the content region, which may be necessary to accommodate particular border styles. the insets



getTitleFont
public Font getTitleFont()(Code)
Returns the font of the title region. the font



getTitleForeground
public Color getTitleForeground()(Code)
Returns the foreground color of the title region. the color



getTitleHeight
public Extent getTitleHeight()(Code)
Returns the height of the title region. the height



getTitleInsets
public Insets getTitleInsets()(Code)
Returns the insets of the title region. the insets



getWidth
public Extent getWidth()(Code)
Returns the width of the content region of the window. the width



getZIndex
public int getZIndex()(Code)
Returns the z-index of the window with respect to its parent ContentPane. Windows with higher z-indices will visually obscure windows with lower z-indices. the z-index



isClosable
public boolean isClosable()(Code)
Determines if the window is closable via a provided close button in the title bar. true if the window is closable



isModal
public boolean isModal()(Code)

See Also:   nextapp.echo2.app.ModalSupport.isModal



isMovable
public boolean isMovable()(Code)
Determines if the window is movable. true if the window is movable



isResizable
public boolean isResizable()(Code)
Determines if the window is resizable. true if the window is resizable



isValidChild
public boolean isValidChild(Component component)(Code)
Limit content to a single child.
See Also:   nextapp.echo2.app.Component.isValidChild(nextapp.echo2.app.Component)



isValidParent
public boolean isValidParent(Component parent)(Code)
Only allow ContentPanes as parents.
See Also:   nextapp.echo2.app.Component.isValidParent(nextapp.echo2.app.Component)



processInput
public void processInput(String inputName, Object inputValue)(Code)

See Also:   nextapp.echo2.app.Component.processInput(java.lang.Stringjava.lang.Object)



removeWindowPaneListener
public void removeWindowPaneListener(WindowPaneListener l)(Code)
Removes a WindowPaneListener from receiving event notifications.
Parameters:
  l - the WindowPaneListener to remove



setBackgroundImage
public void setBackgroundImage(FillImage newValue)(Code)
Sets the background image of the WindowPane.
Parameters:
  newValue - the new background image



setBorder
public void setBorder(FillImageBorder newValue)(Code)
Sets the border which surrounds the entire WindowPane.
Parameters:
  newValue - the new border



setClosable
public void setClosable(boolean newValue)(Code)
Sets whether the window is closable via a provided close button in the title bar.
Parameters:
  newValue - true if the window is closable



setCloseIcon
public void setCloseIcon(ImageReference newValue)(Code)
Sets the close button icon.
Parameters:
  newValue - the new icon



setCloseIconInsets
public void setCloseIconInsets(Insets newValue)(Code)
Sets the inset margin around the close button icon.
Parameters:
  newValue - the new inset margin



setDefaultCloseOperation
public void setDefaultCloseOperation(int newValue)(Code)
Sets the default close operation.
Parameters:
  newValue - the new default close operation, one of the following values:
  • DO_NOTHING_ON_CLOSE
  • HIDE_ON_CLOSE
  • DISPOSE_ON_CLOSE



setHeight
public void setHeight(Extent newValue)(Code)
Sets the height of the content region of the WindowPane. Values must be in pixel units.
Parameters:
  newValue - the new height



setIcon
public void setIcon(ImageReference newValue)(Code)
Sets the icon displayed in the title region.
Parameters:
  newValue - the new icon



setIconInsets
public void setIconInsets(Insets newValue)(Code)
Sets the inset margin around the icon.
Parameters:
  newValue - the new inset margin



setInsets
public void setInsets(Insets newValue)(Code)
Sets the inset of the window content. This property is not rendered when the content is a Pane component.
Parameters:
  newValue - the new inset



setMaximumHeight
public void setMaximumHeight(Extent newValue)(Code)
Sets the maximum height of the content region of the WindowPane. Values must be in pixel units.
Parameters:
  newValue - the new maximum height



setMaximumWidth
public void setMaximumWidth(Extent newValue)(Code)
Sets the maximum width of the content region of the WindowPane. Values must be in pixel units.
Parameters:
  newValue - the new maximum width



setMinimumHeight
public void setMinimumHeight(Extent newValue)(Code)
Sets the minimum height of the content region of the WindowPane. Values must be in pixel units.
Parameters:
  newValue - the new minimum height



setMinimumWidth
public void setMinimumWidth(Extent newValue)(Code)
Sets the minimum width of the content region of the WindowPane. Values must be in pixel units.
Parameters:
  newValue - the new minimum width



setModal
public void setModal(boolean newValue)(Code)

See Also:   nextapp.echo2.app.ModalSupport.setModal(boolean)



setMovable
public void setMovable(boolean newValue)(Code)
Sets whether the window is movable.
Parameters:
  newValue - true if the window may be moved by the user



setPositionX
public void setPositionX(Extent newValue)(Code)
Sets the horizontal (X) position of the WindowPane with respect to its container. Values must be in pixel units.
Parameters:
  newValue - the new position



setPositionY
public void setPositionY(Extent newValue)(Code)
Sets the vertical (Y) position of the WindowPane with respect to its container. Values must be in pixel units.
Parameters:
  newValue - the new position



setResizable
public void setResizable(boolean newValue)(Code)
Sets whether the window is resizable.
Parameters:
  newValue - true if the window may be resized by the user



setTitle
public void setTitle(String newValue)(Code)
Sets the title of the WindowPane.
Parameters:
  newValue - the title



setTitleBackground
public void setTitleBackground(Color newValue)(Code)
Sets the background color of the title region.
Parameters:
  newValue - the new color



setTitleBackgroundImage
public void setTitleBackgroundImage(FillImage newValue)(Code)
Sets the background image of the title region.
Parameters:
  newValue - the new background image



setTitleBarInsets
public void setTitleBarInsets(Insets newValue)(Code)
Sets the horizontal inset of the entire title bar (relative to the content area). Setting this value will result in the title bar being narrower than the rest of the content region, which may be necessary to accommodate particular border styles.
Parameters:
  newValue - the new insets



setTitleFont
public void setTitleFont(Font newValue)(Code)
Sets the font of the title region.
Parameters:
  newValue - the new font



setTitleForeground
public void setTitleForeground(Color newValue)(Code)
Sets the foreground color of the title region.
Parameters:
  newValue - the new color



setTitleHeight
public void setTitleHeight(Extent newValue)(Code)
Sets the height of the title region. Values must be in pixel units.
Parameters:
  newValue - the new height



setTitleInsets
public void setTitleInsets(Insets newValue)(Code)
Sets the insets of the title region.
Parameters:
  newValue - the new insets



setWidth
public void setWidth(Extent newValue)(Code)
Sets the width of the content region of the window. Values must be in pixel units.
Parameters:
  newValue - the new width



setZIndex
public void setZIndex(int newValue)(Code)
Sets the z-index of the window with respect to its parent ContentPane. Windows with higher z-indices will visually obscure windows with lower z-indices.
Parameters:
  newValue - the new z-index



userClose
public void userClose()(Code)
Processes a user request to close the window (via the close button).



Fields inherited from nextapp.echo2.app.Component
final public static String CHILDREN_CHANGED_PROPERTY(Code)(Java Doc)
final public static String ENABLED_CHANGED_PROPERTY(Code)(Java Doc)
final public static String FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY(Code)(Java Doc)
final public static String FOCUS_TRAVERSAL_PARTICIPANT_CHANGED_PROPERTY(Code)(Java Doc)
final public static String LAYOUT_DIRECTION_CHANGED_PROPERTY(Code)(Java Doc)
final public static String LOCALE_CHANGED_PROPERTY(Code)(Java Doc)
final public static String PROPERTY_BACKGROUND(Code)(Java Doc)
final public static String PROPERTY_FONT(Code)(Java Doc)
final public static String PROPERTY_FOREGROUND(Code)(Java Doc)
final public static String PROPERTY_LAYOUT_DATA(Code)(Java Doc)
final public static String STYLE_CHANGED_PROPERTY(Code)(Java Doc)
final public static String STYLE_NAME_CHANGED_PROPERTY(Code)(Java Doc)
final public static String VISIBLE_CHANGED_PROPERTY(Code)(Java Doc)

Methods inherited from nextapp.echo2.app.Component
public void add(Component c)(Code)(Java Doc)
public void add(Component c, int n) throws IllegalChildException(Code)(Java Doc)
public void addPropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
void assignRenderId(String renderId)(Code)(Java Doc)
public void dispose()(Code)(Java Doc)
void doDispose()(Code)(Java Doc)
void doInit()(Code)(Java Doc)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc)
public ApplicationInstance getApplicationInstance()(Code)(Java Doc)
public Color getBackground()(Code)(Java Doc)
final public Component getComponent(int n)(Code)(Java Doc)
final public Component getComponent(String id)(Code)(Java Doc)
final public int getComponentCount()(Code)(Java Doc)
final public Component[] getComponents()(Code)(Java Doc)
protected EventListenerList getEventListenerList()(Code)(Java Doc)
final public int getFocusTraversalIndex()(Code)(Java Doc)
public Font getFont()(Code)(Java Doc)
public Color getForeground()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
final public Object getIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc)
public LayoutData getLayoutData()(Code)(Java Doc)
public LayoutDirection getLayoutDirection()(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
final public Component getParent()(Code)(Java Doc)
final public Object getProperty(String propertyName)(Code)(Java Doc)
public String getRenderId()(Code)(Java Doc)
final public Object getRenderIndexedProperty(String propertyName, int propertyIndex)(Code)(Java Doc)
final public Object getRenderIndexedProperty(String propertyName, int propertyIndex, Object defaultValue)(Code)(Java Doc)
final public LayoutDirection getRenderLayoutDirection()(Code)(Java Doc)
final public Locale getRenderLocale()(Code)(Java Doc)
final public Object getRenderProperty(String propertyName)(Code)(Java Doc)
final public Object getRenderProperty(String propertyName, Object defaultValue)(Code)(Java Doc)
final public Style getStyle()(Code)(Java Doc)
final public String getStyleName()(Code)(Java Doc)
final public Component getVisibleComponent(int n)(Code)(Java Doc)
final public int getVisibleComponentCount()(Code)(Java Doc)
final public Component[] getVisibleComponents()(Code)(Java Doc)
protected boolean hasEventListenerList()(Code)(Java Doc)
final public int indexOf(Component c)(Code)(Java Doc)
public void init()(Code)(Java Doc)
final public boolean isAncestorOf(Component c)(Code)(Java Doc)
final public boolean isEnabled()(Code)(Java Doc)
public boolean isFocusTraversalParticipant()(Code)(Java Doc)
final public boolean isRegistered()(Code)(Java Doc)
final public boolean isRenderEnabled()(Code)(Java Doc)
final public boolean isRenderVisible()(Code)(Java Doc)
public boolean isValidChild(Component child)(Code)(Java Doc)
public boolean isValidParent(Component parent)(Code)(Java Doc)
final public boolean isVisible()(Code)(Java Doc)
public void processInput(String inputName, Object inputValue)(Code)(Java Doc)
void register(ApplicationInstance newValue)(Code)(Java Doc)
public void remove(Component c)(Code)(Java Doc)
public void remove(int n)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener l)(Code)(Java Doc)
public void setBackground(Color newValue)(Code)(Java Doc)
public void setEnabled(boolean newValue)(Code)(Java Doc)
public void setFocusTraversalIndex(int newValue)(Code)(Java Doc)
public void setFocusTraversalParticipant(boolean newValue)(Code)(Java Doc)
public void setFont(Font newValue)(Code)(Java Doc)
public void setForeground(Color newValue)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setIndexedProperty(String propertyName, int propertyIndex, Object newValue)(Code)(Java Doc)
public void setLayoutData(LayoutData newValue)(Code)(Java Doc)
public void setLayoutDirection(LayoutDirection newValue)(Code)(Java Doc)
public void setLocale(Locale newValue)(Code)(Java Doc)
public void setProperty(String propertyName, Object newValue)(Code)(Java Doc)
public void setRenderId(String renderId)(Code)(Java Doc)
public void setStyle(Style newValue)(Code)(Java Doc)
public void setStyleName(String newValue)(Code)(Java Doc)
public void setVisible(boolean newValue)(Code)(Java Doc)
public void validate()(Code)(Java Doc)
public boolean verifyInput(String inputName, Object inputValue)(Code)(Java Doc)
final public int visibleIndexOf(Component c)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.