Java Doc for SwingFrameContainer.java in  » IDE-Netbeans » nbi » org » netbeans » installer » wizard » containers » 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 » IDE Netbeans » nbi » org.netbeans.installer.wizard.containers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.netbeans.installer.utils.helper.swing.NbiFrame
   org.netbeans.installer.wizard.containers.SwingFrameContainer

SwingFrameContainer
public class SwingFrameContainer extends NbiFrame implements SwingContainer(Code)
This class is a conscrete implementation of the SwingContainer interface. In this case the container is an NbiFrame .
author:
   Kirill Sorokin

Inner Class :public static class WizardFrameContentPane extends NbiFrameContentPane

Field Summary
final public static  intDEFAULT_WIZARD_FRAME_HEIGHT
     Default value for the wizard frame's initial height.
final public static  StringDEFAULT_WIZARD_FRAME_ICON_URI
     Default value for the wizard frame's icon's URI.
final public static  intDEFAULT_WIZARD_FRAME_MAXIMUM_HEIGHT
     Default value for the wizard frame's maximum height.
final public static  intDEFAULT_WIZARD_FRAME_MAXIMUM_WIDTH
     Default value for the wizard frame's maximum width.
final public static  intDEFAULT_WIZARD_FRAME_MINIMUM_HEIGHT
     Default value for the wizard frame's minimum height.
final public static  intDEFAULT_WIZARD_FRAME_MINIMUM_WIDTH
     Default value for the wizard frame's minimum width.
final public static  StringDEFAULT_WIZARD_FRAME_TITLE_PATTERN
     Default value for the pattern for merging the standard title prefix with the component's title.
final public static  StringDEFAULT_WIZARD_FRAME_TITLE_PREFIX
     Default value for the wizard frame's standard title prefix.
final public static  intDEFAULT_WIZARD_FRAME_WIDTH
     Default value for the wizard frame's initial width.
final public static  StringWIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY
     Name of the system property which is expected to contain the desired value for the URI of the wizard frame head background image (left side).
final public static  StringWIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY
     Name of the system property which is expected to contain the desired value for the URI of the wizard frame head background image (right side).
final public static  StringWIZARD_FRAME_HEIGHT_PROPERTY
     Name of the system property which is expected to contain the desired value for the initial height of the wizard frame.
final public static  StringWIZARD_FRAME_ICON_URI_PROPERTY
     Name of the system property which is expected to contain the desired value for the URI of the wizard frame icon.
final public static  StringWIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY
     Name of the system property which is expected to contain the desired value for the maximum height of the wizard frame.
final public static  StringWIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY
     Name of the system property which is expected to contain the desired value for the maximum width of the wizard frame.
final public static  StringWIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY
     Name of the system property which is expected to contain the desired value for the minimum height of the wizard frame.
final public static  StringWIZARD_FRAME_MINIMUM_WIDTH_PROPERTY
     Name of the system property which is expected to contain the desired value for the minimum width of the wizard frame.
final public static  StringWIZARD_FRAME_RESIZABLE_PROPERTY
     Name of the system property which is expected to contain the desired value for the making the wizard window be resizable.
final public static  StringWIZARD_FRAME_TITLE_PATTERN_PROPERTY
     Name of the system property which is expected to contain the desired value for the pattern for merging the standard title prefix with the component's title.
final public static  StringWIZARD_FRAME_TITLE_PREFIX_PROPERTY
     Name of the system property which is expected to contain the desired value for the standard prefix of the wizard frame's title.
final public static  StringWIZARD_FRAME_WIDTH_PROPERTY
     Name of the system property which is expected to contain the desired value for the initial width of the wizard frame.

Constructor Summary
public  SwingFrameContainer()
     Creates a new instance of SwingFrameContainer .

Method Summary
public  NbiButtongetBackButton()
    
public  NbiButtongetCancelButton()
    
public  NbiButtongetHelpButton()
    
public  NbiButtongetNextButton()
    
public  voidsetVisible(boolean visible)
     This method overrides NbiFrame.setVisible and at the same time implements WizardContainer.setVisible .
public  voidupdateWizardUi(WizardUi wizardUi)
    

Field Detail
DEFAULT_WIZARD_FRAME_HEIGHT
final public static int DEFAULT_WIZARD_FRAME_HEIGHT(Code)
Default value for the wizard frame's initial height.



DEFAULT_WIZARD_FRAME_ICON_URI
final public static String DEFAULT_WIZARD_FRAME_ICON_URI(Code)
Default value for the wizard frame's icon's URI.



DEFAULT_WIZARD_FRAME_MAXIMUM_HEIGHT
final public static int DEFAULT_WIZARD_FRAME_MAXIMUM_HEIGHT(Code)
Default value for the wizard frame's maximum height.



DEFAULT_WIZARD_FRAME_MAXIMUM_WIDTH
final public static int DEFAULT_WIZARD_FRAME_MAXIMUM_WIDTH(Code)
Default value for the wizard frame's maximum width.



DEFAULT_WIZARD_FRAME_MINIMUM_HEIGHT
final public static int DEFAULT_WIZARD_FRAME_MINIMUM_HEIGHT(Code)
Default value for the wizard frame's minimum height.



DEFAULT_WIZARD_FRAME_MINIMUM_WIDTH
final public static int DEFAULT_WIZARD_FRAME_MINIMUM_WIDTH(Code)
Default value for the wizard frame's minimum width.



DEFAULT_WIZARD_FRAME_TITLE_PATTERN
final public static String DEFAULT_WIZARD_FRAME_TITLE_PATTERN(Code)
Default value for the pattern for merging the standard title prefix with the component's title.



DEFAULT_WIZARD_FRAME_TITLE_PREFIX
final public static String DEFAULT_WIZARD_FRAME_TITLE_PREFIX(Code)
Default value for the wizard frame's standard title prefix.



DEFAULT_WIZARD_FRAME_WIDTH
final public static int DEFAULT_WIZARD_FRAME_WIDTH(Code)
Default value for the wizard frame's initial width.



WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY
final public static String WIZARD_FRAME_HEAD_LEFT_IMAGE_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the URI of the wizard frame head background image (left side).



WIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY
final public static String WIZARD_FRAME_HEAD_RIGHT_IMAGE_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the URI of the wizard frame head background image (right side).



WIZARD_FRAME_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the initial height of the wizard frame.



WIZARD_FRAME_ICON_URI_PROPERTY
final public static String WIZARD_FRAME_ICON_URI_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the URI of the wizard frame icon.



WIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_MAXIMUM_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the maximum height of the wizard frame.



WIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY
final public static String WIZARD_FRAME_MAXIMUM_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the maximum width of the wizard frame.



WIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY
final public static String WIZARD_FRAME_MINIMUM_HEIGHT_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the minimum height of the wizard frame.



WIZARD_FRAME_MINIMUM_WIDTH_PROPERTY
final public static String WIZARD_FRAME_MINIMUM_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the minimum width of the wizard frame.



WIZARD_FRAME_RESIZABLE_PROPERTY
final public static String WIZARD_FRAME_RESIZABLE_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the making the wizard window be resizable.
If this property is not set at all or set to any string different from "false" and "FALSE" then the wizard is resiazable.



WIZARD_FRAME_TITLE_PATTERN_PROPERTY
final public static String WIZARD_FRAME_TITLE_PATTERN_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the pattern for merging the standard title prefix with the component's title.



WIZARD_FRAME_TITLE_PREFIX_PROPERTY
final public static String WIZARD_FRAME_TITLE_PREFIX_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the standard prefix of the wizard frame's title.



WIZARD_FRAME_WIDTH_PROPERTY
final public static String WIZARD_FRAME_WIDTH_PROPERTY(Code)
Name of the system property which is expected to contain the desired value for the initial width of the wizard frame.




Constructor Detail
SwingFrameContainer
public SwingFrameContainer()(Code)
Creates a new instance of SwingFrameContainer . The constructor calls the initialization routine of the parent class and searches the system properties for settings which may be releavant to this type of container. Additionally it initializes and lays out the core swing components of the container.




Method Detail
getBackButton
public NbiButton getBackButton()(Code)



getCancelButton
public NbiButton getCancelButton()(Code)



getHelpButton
public NbiButton getHelpButton()(Code)



getNextButton
public NbiButton getNextButton()(Code)



setVisible
public void setVisible(boolean visible)(Code)
This method overrides NbiFrame.setVisible and at the same time implements WizardContainer.setVisible . It is responsible for showing and hiding the wizard container frame.
Parameters:
  visible - Whether to show the frame - true, or to hideit - false.



updateWizardUi
public void updateWizardUi(WizardUi wizardUi)(Code)



Fields inherited from org.netbeans.installer.utils.helper.swing.NbiFrame
final public static int DEFAULT_FRAME_HEIGHT(Code)(Java Doc)
final public static String DEFAULT_FRAME_ICON_URI(Code)(Java Doc)
final public static int DEFAULT_FRAME_MAXIMUM_HEIGHT(Code)(Java Doc)
final public static int DEFAULT_FRAME_MAXIMUM_WIDTH(Code)(Java Doc)
final public static int DEFAULT_FRAME_MINIMUM_HEIGHT(Code)(Java Doc)
final public static int DEFAULT_FRAME_MINIMUM_WIDTH(Code)(Java Doc)
final public static int DEFAULT_FRAME_WIDTH(Code)(Java Doc)
final public static String FRAME_HEIGHT_PROPERTY(Code)(Java Doc)
final public static String FRAME_ICON_URI_PROPERTY(Code)(Java Doc)
final public static String FRAME_MAXIMUM_HEIGHT_PROPERTY(Code)(Java Doc)
final public static String FRAME_MAXIMUM_WIDTH_PROPERTY(Code)(Java Doc)
final public static String FRAME_MINIMUM_HEIGHT_PROPERTY(Code)(Java Doc)
final public static String FRAME_MINIMUM_WIDTH_PROPERTY(Code)(Java Doc)
final public static String FRAME_WIDTH_PROPERTY(Code)(Java Doc)
protected int frameHeight(Code)(Java Doc)
protected File frameIcon(Code)(Java Doc)
protected int frameMaximumHeight(Code)(Java Doc)
protected int frameMaximumWidth(Code)(Java Doc)
protected int frameMinimumHeight(Code)(Java Doc)
protected int frameMinimumWidth(Code)(Java Doc)
protected int frameWidth(Code)(Java Doc)

Methods inherited from org.netbeans.installer.utils.helper.swing.NbiFrame
public Image getBackgroundImage()(Code)(Java Doc)
public void setBackgroundImage(URL url)(Code)(Java Doc)
public void setVisible(boolean visible)(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.