Java Doc for Base.java in  » Portal » Open-Portal » com » sun » portal » instance » sra » panel » 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 » Portal » Open Portal » com.sun.portal.instance.sra.panel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.instance.sra.panel.Base

All known Subclasses:   com.sun.portal.instance.sra.panel.TypeProxySelect,  com.sun.portal.instance.sra.panel.SRAManage,  com.sun.portal.instance.sra.panel.SelfSignedCertificateInformation,  com.sun.portal.instance.sra.panel.SummaryPanel,  com.sun.portal.instance.sra.panel.ExternalComponentsInformation,  com.sun.portal.instance.sra.panel.SRAProxyInformation,
Base
abstract public class Base extends SetupSDKPanelBase (Code)


Field Summary
final protected static  StringDASH_GUI
    
final protected static  intDEFAULT_EDIT_COLUMNS
    
final protected static  intDEFAULT_HORIZONTAL_GAP
    
final protected static  intDEFAULT_INSETS_BOTTOM
    
final protected static  intDEFAULT_INSETS_LEFT
    
final protected static  intDEFAULT_INSETS_RIGHT
    
final protected static  intDEFAULT_INSETS_TOP
    
final protected static  intDEFAULT_NON_EDIT_COLUMNS
    
final protected static  intDEFAULT_VERTICAL_GAP
    
final protected static  StringEMPTY_STRING
    
final protected static  StringGUI_ACTION
    
final protected static  StringGUI_ACTION_CREATE
    
final protected static  StringGUI_ACTION_DELETE
    
final protected static  StringGUI_ACTION_MODIFY
    
final protected static  StringGUI_ACTION_PROPERTIES
    
final protected static  StringGUI_ERROR
    
final protected static  StringGUI_ERROR_INPUT_EMPTY
    
final protected static  StringGUI_ERROR_INSTALL_LOCATION
    
final protected static  StringGUI_ERROR_NOT_INSTALLED
    
final protected static  StringGUI_PROMPT_KEY_SUFFIX
    
final protected static  StringGUI_YES
    
final protected static  charPASSWORD_ECHO_CHAR
    
final protected static  StringPROPERTIES_HEADER_GATEWAY
    
final protected static  StringPROPERTIES_HEADER_NETLET_PROXY
    
final protected static  StringPROPERTIES_HEADER_REWRITER_PROXY
    
final protected static  StringPROPERTY_INSTALL_LOCATION
    
protected transient  Panelchild
    
protected transient  Panelmain
    

Constructor Summary
public  Base()
    
public  Base(WizardState wizardState, String name)
    
public  Base(String name, Route route, WizardTreeManager wizardManager)
    

Method Summary
protected  voidadd(Container container, Component c, int anchor)
    
protected  voidadd(Container container, Component c)
    
public  voidaddRuntimeResources(Vector v)
    
protected  booleancanProceedToManage()
    
protected  voidcleanup()
    
protected  BooleanexistsInstance(SRAFileContext fc, String instanceName)
    
public  InsetsgetDefaultInsets()
    
protected  String[]getGatewayInstanceNames()
    
protected  IdentityPropertyContextgetIdentityPropertyContext()
    
protected  StringgetInstallLocation()
    
protected  String[]getInstanceNames()
    
protected  String[]getNetletProxyInstanceNames()
    
protected  StringgetPropertiesHeader()
    
protected  String[]getRewriterProxyInstanceNames()
    
protected  SRAFileContextgetSRAFileContext()
    
protected  InstancegetSRAInstance()
    
protected  SRAPropertyContextgetSRAPropertyContext()
    
protected  booleanisConfigurationEditable()
    
protected  LabelmakeLabel(String rbKey)
    
protected  LabelmakeLabel(String rbKey, Object[] rbArgs)
    
protected  TextAreamakeTextArea(String rbKey)
    
protected  voidmakeupError(Panel p, String ePromptKey, String eMessageKey)
    
protected  ComponentmakeupErrorPanel(String rbErrorKey, Object[] rbErrorArgs)
    
protected  intshowErrorDialog(String rbTitle, String rbError, Object[] errorArgs, String[] buttonLabels)
    
protected  voidwswCleanup()
    

Field Detail
DASH_GUI
final protected static String DASH_GUI(Code)



DEFAULT_EDIT_COLUMNS
final protected static int DEFAULT_EDIT_COLUMNS(Code)



DEFAULT_HORIZONTAL_GAP
final protected static int DEFAULT_HORIZONTAL_GAP(Code)



DEFAULT_INSETS_BOTTOM
final protected static int DEFAULT_INSETS_BOTTOM(Code)



DEFAULT_INSETS_LEFT
final protected static int DEFAULT_INSETS_LEFT(Code)



DEFAULT_INSETS_RIGHT
final protected static int DEFAULT_INSETS_RIGHT(Code)



DEFAULT_INSETS_TOP
final protected static int DEFAULT_INSETS_TOP(Code)



DEFAULT_NON_EDIT_COLUMNS
final protected static int DEFAULT_NON_EDIT_COLUMNS(Code)



DEFAULT_VERTICAL_GAP
final protected static int DEFAULT_VERTICAL_GAP(Code)



EMPTY_STRING
final protected static String EMPTY_STRING(Code)



GUI_ACTION
final protected static String GUI_ACTION(Code)



GUI_ACTION_CREATE
final protected static String GUI_ACTION_CREATE(Code)



GUI_ACTION_DELETE
final protected static String GUI_ACTION_DELETE(Code)



GUI_ACTION_MODIFY
final protected static String GUI_ACTION_MODIFY(Code)



GUI_ACTION_PROPERTIES
final protected static String GUI_ACTION_PROPERTIES(Code)



GUI_ERROR
final protected static String GUI_ERROR(Code)



GUI_ERROR_INPUT_EMPTY
final protected static String GUI_ERROR_INPUT_EMPTY(Code)



GUI_ERROR_INSTALL_LOCATION
final protected static String GUI_ERROR_INSTALL_LOCATION(Code)



GUI_ERROR_NOT_INSTALLED
final protected static String GUI_ERROR_NOT_INSTALLED(Code)



GUI_PROMPT_KEY_SUFFIX
final protected static String GUI_PROMPT_KEY_SUFFIX(Code)



GUI_YES
final protected static String GUI_YES(Code)



PASSWORD_ECHO_CHAR
final protected static char PASSWORD_ECHO_CHAR(Code)



PROPERTIES_HEADER_GATEWAY
final protected static String PROPERTIES_HEADER_GATEWAY(Code)



PROPERTIES_HEADER_NETLET_PROXY
final protected static String PROPERTIES_HEADER_NETLET_PROXY(Code)



PROPERTIES_HEADER_REWRITER_PROXY
final protected static String PROPERTIES_HEADER_REWRITER_PROXY(Code)



PROPERTY_INSTALL_LOCATION
final protected static String PROPERTY_INSTALL_LOCATION(Code)



child
protected transient Panel child(Code)



main
protected transient Panel main(Code)




Constructor Detail
Base
public Base()(Code)



Base
public Base(WizardState wizardState, String name)(Code)



Base
public Base(String name, Route route, WizardTreeManager wizardManager)(Code)




Method Detail
add
protected void add(Container container, Component c, int anchor)(Code)



add
protected void add(Container container, Component c)(Code)



addRuntimeResources
public void addRuntimeResources(Vector v)(Code)



canProceedToManage
protected boolean canProceedToManage()(Code)



cleanup
protected void cleanup()(Code)



existsInstance
protected Boolean existsInstance(SRAFileContext fc, String instanceName)(Code)



getDefaultInsets
public Insets getDefaultInsets()(Code)



getGatewayInstanceNames
protected String[] getGatewayInstanceNames()(Code)



getIdentityPropertyContext
protected IdentityPropertyContext getIdentityPropertyContext()(Code)



getInstallLocation
protected String getInstallLocation()(Code)



getInstanceNames
protected String[] getInstanceNames()(Code)



getNetletProxyInstanceNames
protected String[] getNetletProxyInstanceNames()(Code)



getPropertiesHeader
protected String getPropertiesHeader()(Code)



getRewriterProxyInstanceNames
protected String[] getRewriterProxyInstanceNames()(Code)



getSRAFileContext
protected SRAFileContext getSRAFileContext()(Code)



getSRAInstance
protected Instance getSRAInstance()(Code)



getSRAPropertyContext
protected SRAPropertyContext getSRAPropertyContext()(Code)



isConfigurationEditable
protected boolean isConfigurationEditable()(Code)



makeLabel
protected Label makeLabel(String rbKey)(Code)



makeLabel
protected Label makeLabel(String rbKey, Object[] rbArgs)(Code)



makeTextArea
protected TextArea makeTextArea(String rbKey)(Code)



makeupError
protected void makeupError(Panel p, String ePromptKey, String eMessageKey)(Code)



makeupErrorPanel
protected Component makeupErrorPanel(String rbErrorKey, Object[] rbErrorArgs)(Code)



showErrorDialog
protected int showErrorDialog(String rbTitle, String rbError, Object[] errorArgs, String[] buttonLabels)(Code)



wswCleanup
protected void wswCleanup()(Code)



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