|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.kpat.applet.ConfigurationTabBuilder
public class ConfigurationTabBuilder
The ConfigurationTabBuilder helps to build the components of the Configuration Tab in KPAT.
Field Summary | |
---|---|
protected javax.swing.JButton |
_clearBtn
|
protected javax.swing.JList |
_configList
|
protected javax.swing.DefaultListModel |
_configListModel
|
protected ConfigurationObject |
_configObj
|
protected static java.lang.String |
_configPath
|
protected javax.swing.JList |
_configResList
|
protected javax.swing.DefaultListModel |
_configResListModel
|
protected java.lang.String |
_configSelection
|
protected javax.swing.JPanel |
_configTab
|
protected javax.swing.JTextArea |
_descArea
|
protected javax.swing.JTextField |
_fileTextField
|
protected javax.swing.JButton |
_okBtn
|
protected javax.swing.JPasswordField |
_passwField
|
protected java.lang.String |
_psswd
|
protected javax.swing.JPanel |
_resultsConfigPanel
|
protected java.lang.String |
_servletURL
|
protected javax.swing.JLabel |
_statusLabel
|
protected java.lang.String |
_username
|
protected javax.swing.JTextField |
_usernameTextField
|
protected javax.swing.JTextField |
_userTextField
|
Constructor Summary | |
---|---|
ConfigurationTabBuilder(TunnelClient tunnelClient,
KPATApplet appletFrame)
|
Method Summary | |
---|---|
protected void |
createGui()
|
protected void |
displayConfigInfo(ConfigurationObject configObj)
|
java.lang.String |
getConfigDescription()
|
javax.swing.JPanel |
getConfigRightPanel()
|
javax.swing.JPanel |
getConfigTab()
|
protected void |
getDefaultView()
Get the default view of KPAT when no configuration object has been built yet. |
java.lang.String |
getPassword()
Get the password from Authentication dialog |
protected java.lang.String |
getShortName(java.lang.String name)
Return the short name for this url. |
java.lang.String |
getUsername()
Get the username from Authentication dialog |
void |
setConfigurationListDefault()
Set the default for the configuration to the list of namespaces. |
void |
setStatusLabel(boolean isDSStatusActive)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.swing.JButton _clearBtn
protected javax.swing.JButton _okBtn
protected ConfigurationObject _configObj
protected javax.swing.JLabel _statusLabel
protected javax.swing.JList _configList
protected javax.swing.JList _configResList
protected javax.swing.DefaultListModel _configListModel
protected javax.swing.DefaultListModel _configResListModel
protected javax.swing.JPanel _configTab
protected javax.swing.JPanel _resultsConfigPanel
protected javax.swing.JPasswordField _passwField
protected javax.swing.JTextArea _descArea
protected javax.swing.JTextField _fileTextField
protected javax.swing.JTextField _usernameTextField
protected javax.swing.JTextField _userTextField
protected java.lang.String _configSelection
protected java.lang.String _psswd
protected java.lang.String _servletURL
protected java.lang.String _username
protected static java.lang.String _configPath
Constructor Detail |
---|
public ConfigurationTabBuilder(TunnelClient tunnelClient, KPATApplet appletFrame)
Method Detail |
---|
protected void createGui()
public javax.swing.JPanel getConfigTab()
public javax.swing.JPanel getConfigRightPanel()
public java.lang.String getConfigDescription()
protected void displayConfigInfo(ConfigurationObject configObj)
protected void getDefaultView()
public void setConfigurationListDefault()
protected java.lang.String getShortName(java.lang.String name)
public java.lang.String getUsername()
public java.lang.String getPassword()
public void setStatusLabel(boolean isDSStatusActive)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |