| 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) | | |
Constructor Summary | |
public | Base() | public | Base(WizardState wizardState, String name) | public | Base(String name, Route route, WizardTreeManager wizardManager) |
Method Summary | |
protected void | add(Container container, Component c, int anchor) | protected void | add(Container container, Component c) | public void | addRuntimeResources(Vector v) | protected boolean | canProceedToManage() | protected void | cleanup() | protected Boolean | existsInstance(SRAFileContext fc, String instanceName) | public Insets | getDefaultInsets() | protected String[] | getGatewayInstanceNames() | protected IdentityPropertyContext | getIdentityPropertyContext() | protected String | getInstallLocation() | protected String[] | getInstanceNames() | protected String[] | getNetletProxyInstanceNames() | protected String | getPropertiesHeader() | protected String[] | getRewriterProxyInstanceNames() | protected SRAFileContext | getSRAFileContext() | protected Instance | getSRAInstance() | protected SRAPropertyContext | getSRAPropertyContext() | protected boolean | isConfigurationEditable() | protected Label | makeLabel(String rbKey) | protected Label | makeLabel(String rbKey, Object[] rbArgs) | protected TextArea | makeTextArea(String rbKey) | protected void | makeupError(Panel p, String ePromptKey, String eMessageKey) | protected Component | makeupErrorPanel(String rbErrorKey, Object[] rbErrorArgs) | protected int | showErrorDialog(String rbTitle, String rbError, Object[] errorArgs, String[] buttonLabels) | protected void | wswCleanup() |
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_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_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) | | |
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) | | |
Base | public Base(String name, Route route, WizardTreeManager wizardManager)(Code) | | |
addRuntimeResources | public void addRuntimeResources(Vector v)(Code) | | |
canProceedToManage | protected boolean canProceedToManage()(Code) | | |
cleanup | protected void cleanup()(Code) | | |
getGatewayInstanceNames | protected String[] getGatewayInstanceNames()(Code) | | |
getIdentityPropertyContext | protected IdentityPropertyContext getIdentityPropertyContext()(Code) | | |
getInstallLocation | protected String getInstallLocation()(Code) | | |
getNetletProxyInstanceNames | protected String[] getNetletProxyInstanceNames()(Code) | | |
getPropertiesHeader | protected String getPropertiesHeader()(Code) | | |
getRewriterProxyInstanceNames | protected String[] getRewriterProxyInstanceNames()(Code) | | |
getSRAFileContext | protected SRAFileContext getSRAFileContext()(Code) | | |
getSRAPropertyContext | protected SRAPropertyContext getSRAPropertyContext()(Code) | | |
isConfigurationEditable | protected boolean isConfigurationEditable()(Code) | | |
wswCleanup | protected void wswCleanup()(Code) | | |
|
|