|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ami.gui.AMIControlCenter
Description: GUI interface for graphical configuration of any AMI protocol
Constructor Summary | |
AMIControlCenter()
|
Method Summary | |
private void |
addSetEntry(String sValue)
Convenient method to add a new row in the set table |
private void |
fillTree()
Fill the JTree with all AMI protocols parameters |
private JPanel |
getARPanel()
Return AR panel |
private JPanel |
getCleanPanel()
|
private JPanel |
getDetailedSetPanel(String sProtocol,
String sSet)
Return detailed set values panel |
private JPanel |
getHelpPanel()
|
private JPanel |
getImportrtPanel()
Return version panel |
private JPanel |
getLogPanel()
log file |
private JSplitPane |
getParamPanel(String sProtocol)
Return param management panel |
private JPanel |
getPeersPanel()
Return peers panel |
private JPanel |
getProtocolPanel()
Return protocol panel |
private JPanel |
getPwdPanel()
Return chgpwd panel |
private JSplitPane |
getSetPanel(String sProtocol)
Return set management panel, displays all sets for a protocol |
private JPanel |
getVersionPanel()
Return version panel |
private void |
populate(JTextArea jta,
String sFile)
|
private void |
updateScreen(JPanel jp)
updates right side panel |
private void |
updateScreen(JPanel jp,
int i)
|
private void |
updateScreen(JSplitPane jsp)
updates right side panel with two-parts panel |
Methods inherited from class java.lang.Object |
|
Field Detail |
String sAMIPATH
JFrame jframe
JPanel jpMain
JSplitPane jsplitHoriz
JTree jtree
JScrollPane jspTree
ImageIcon iiCC
ImageIcon iiAdd
ImageIcon iiRemove
public static ImageIcon iiConnect
ImageIcon iiClean
ImageIcon iiFind
ImageIcon iiGear
ImageIcon iiImport
public static ImageIcon iiNo
ImageIcon iiPwd
ImageIcon iiStop
ImageIcon iiUpdate
ImageIcon iiVersion
ImageIcon iiCore
ImageIcon iiConfiguration
ImageIcon iiContents
ImageIcon iiAMI
public static ImageIcon iiHelp
ImageIcon iiLog
ImageIcon iiSetList
ImageIcon iiSet
static final int HORIZ_SIZE
static final int MAX_AR
DefaultMutableTreeNode rootNode
DefaultMutableTreeNode paramNode
DefaultMutableTreeNode setNode
DefaultMutableTreeNode peersNode
DefaultMutableTreeNode arNode
DefaultMutableTreeNode cleanrtNode
DefaultMutableTreeNode pwdNode
DefaultMutableTreeNode importNode
DefaultMutableTreeNode logNode
DefaultMutableTreeNode helpNode
DefaultMutableTreeNode versionNode
private HashMap hmScreen
private DefaultMutableTreeNode nodeCurrent
private JTable jtCurrentTable
private JTextArea jtaCurrent
private String sProtocolCurrent
private Object[][] oData
private JTable jtablePeers
private JTable jtableProtocol
private JTable jtableSet
private JTable jtableArCriterias
private JTable jtableArResults
private AMITableModel atmPeers
private AMITableModel atmParam
private String sProtocolSet
private String sProtocolParam
private String sSet
private JTextField jtf
private JScrollPane jsp
private JLabel jl
private String sArid
private JButton jbARGo
private JButton jbARStop
private JRadioButton jrbOlder
private JTextField jtfOlder
private JRadioButton jrbLevel
private JComboBox jcbLevel
private JRadioButton jrbLeast
private JTextField jtfLeast
private JPasswordField jpfOld
private JPasswordField jpfNew1
private JPasswordField jpfNew2
private boolean bOldPwdOK
private AMIJButton ajbPwd
Constructor Detail |
public AMIControlCenter()
Method Detail |
private void updateScreen(JPanel jp)
private void updateScreen(JPanel jp, int i)
private void updateScreen(JSplitPane jsp)
private JPanel getProtocolPanel()
private JSplitPane getParamPanel(String sProtocol)
private JSplitPane getSetPanel(String sProtocol)
private JPanel getDetailedSetPanel(String sProtocol, String sSet)
private void addSetEntry(String sValue)
private JPanel getPeersPanel()
private JPanel getARPanel()
private JPanel getVersionPanel()
private JPanel getImportrtPanel()
private JPanel getPwdPanel()
private JPanel getLogPanel()
private JPanel getHelpPanel()
private JPanel getCleanPanel()
private void populate(JTextArea jta, String sFile)
private void fillTree()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |