

Classes | |
| class | IvjEventHandler |
Public Member Functions | |
| ListsSimpleIntrospectableDetails () | |
| ListsSimpleIntrospectableDetails (ListsHandlerBean listshandler) | |
| void | attributesAction () |
| void | attributesList_KeyTyped (java.awt.event.KeyEvent keyEvent) |
| void | attributesList_MouseClicked (java.awt.event.MouseEvent mouseEvent) |
| void | attributesList_MouseExited (java.awt.event.MouseEvent mouseEvent) |
| void | attributesList_MouseMoved (java.awt.event.MouseEvent mouseEvent) |
| void | clear () |
| void | operationsAction () |
| void | operationsList_KeyTyped (java.awt.event.KeyEvent keyEvent) |
| void | operationsList_MouseClicked (java.awt.event.MouseEvent mouseEvent) |
| void | operationsList_MouseExited (java.awt.event.MouseEvent mouseEvent) |
| void | operationsList_MouseMoved (java.awt.event.MouseEvent mouseEvent) |
Static Public Member Functions | |
| static void | main (java.lang.String[] args) |
Package Functions | |
| void | setAttributesModel (javax.swing.ListModel model) |
| void | setDeviceText (String text) |
| void | setOperationsModel (javax.swing.ListModel model) |
Package Attributes | |
| IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
| void | clickedSpecial () |
| void | connEtoC1 (java.awt.event.ActionEvent arg1) |
| void | connEtoC2 (java.awt.event.MouseEvent arg1) |
| void | connEtoC3 (java.awt.event.MouseEvent arg1) |
| void | connEtoC4 (java.awt.event.KeyEvent arg1) |
| void | connEtoC5 (java.awt.event.KeyEvent arg1) |
| void | connEtoC6 (java.awt.event.MouseEvent arg1) |
| void | connEtoC7 (java.awt.event.MouseEvent arg1) |
| void | connEtoC8 (java.awt.event.MouseEvent arg1) |
| void | connEtoC9 (java.awt.event.MouseEvent arg1) |
| void | connPtoP1SetTarget () |
| javax.swing.JList | getattributesList () |
| javax.swing.JCheckBox | getJCheckBox1 () |
| javax.swing.JLabel | getJLabel2 () |
| javax.swing.JLabel | getJLabel3 () |
| javax.swing.JLabel | getJLabel4 () |
| javax.swing.JPanel | getJPanel1 () |
| javax.swing.JScrollPane | getJScrollPane2 () |
| javax.swing.JScrollPane | getJScrollPane3 () |
| javax.swing.JLabel | getObjectNameLabel () |
| javax.swing.JList | getoperationsList () |
| void | handleException (java.lang.Throwable exception) |
| void | initConnections () throws java.lang.Exception |
| void | initialize () |
Private Attributes | |
| javax.swing.JList | ivjattributesList = null |
| javax.swing.JCheckBox | ivjJCheckBox1 = null |
| javax.swing.JLabel | ivjJLabel2 = null |
| javax.swing.JLabel | ivjJLabel3 = null |
| javax.swing.JLabel | ivjJLabel4 = null |
| javax.swing.JPanel | ivjJPanel1 = null |
| javax.swing.JScrollPane | ivjJScrollPane2 = null |
| javax.swing.JScrollPane | ivjJScrollPane3 = null |
| javax.swing.JLabel | ivjObjectNameLabel = null |
| javax.swing.JList | ivjoperationsList = null |
| ListsHandlerBean | listshandler = null |
Insert the type's description here. Creation date: (3.2.2002 14:46:22)
| si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ListsSimpleIntrospectableDetails | ( | ) | [inline] |
ListsSimpleIntrospectableDetails constructor comment.
References initialize().
Referenced by main().
| si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ListsSimpleIntrospectableDetails | ( | ListsHandlerBean | listshandler | ) | [inline] |
ListsSimpleIntrospectableDetails constructor comment.
| layout | java.awt.LayoutManager |
References initialize().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::attributesAction | ( | ) | [inline] |
Insert the method's description here. Creation date: (3.2.2002 15:32:11)
References si::ijs::acs::objectexplorer::ListsHandlerBean::clickedItem(), getattributesList(), and listshandler.
Referenced by attributesList_KeyTyped(), and attributesList_MouseClicked().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::attributesList_KeyTyped | ( | java.awt.event.KeyEvent | keyEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::attributesList_MouseClicked | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::attributesList_MouseExited | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::attributesList_MouseMoved | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::clear | ( | ) | [inline] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
References setAttributesModel(), setDeviceText(), and setOperationsModel().
Referenced by si::ijs::acs::objectexplorer::ListsHandlerBean::selectionChange(), and si::ijs::acs::objectexplorer::ListsHandlerBean::setObject().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::clickedSpecial | ( | ) | [inline, private] |
Comment
References getJCheckBox1(), listshandler, and si::ijs::acs::objectexplorer::ListsHandlerBean::setSpecial().
Referenced by connEtoC1().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC1 | ( | java.awt.event.ActionEvent | arg1 | ) | [inline, private] |
connEtoC1: (JCheckBox1.action.actionPerformed(java.awt.event.ActionEvent) --> ListsSimpleIntrospectableDetails.clickedSpecial()V)
| arg1 | java.awt.event.ActionEvent |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
References clickedSpecial(), and handleException().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::actionPerformed().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC2 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC2: (operationsList.mouse.mouseClicked(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.operationsList_MouseClicked(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
References handleException(), and operationsList_MouseClicked().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseClicked().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC3 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC3: (attributesList.mouse.mouseClicked(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.attributesList_MouseClicked(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
References attributesList_MouseClicked(), and handleException().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseClicked().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC4 | ( | java.awt.event.KeyEvent | arg1 | ) | [inline, private] |
connEtoC4: (operationsList.key.keyTyped(java.awt.event.KeyEvent) --> ListsSimpleIntrospectableDetails.operationsList_KeyTyped(Ljava.awt.event.KeyEvent;)V)
| arg1 | java.awt.event.KeyEvent |
References handleException(), and operationsList_KeyTyped().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::keyTyped().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC5 | ( | java.awt.event.KeyEvent | arg1 | ) | [inline, private] |
connEtoC5: (attributesList.key.keyTyped(java.awt.event.KeyEvent) --> ListsSimpleIntrospectableDetails.attributesList_KeyTyped(Ljava.awt.event.KeyEvent;)V)
| arg1 | java.awt.event.KeyEvent |
References attributesList_KeyTyped(), and handleException().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::keyTyped().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC6 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC6: (operationsList.mouseMotion.mouseMoved(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.operationsList_MouseMoved(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
References handleException(), and operationsList_MouseMoved().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseMoved().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC7 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC7: (attributesList.mouseMotion.mouseMoved(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.attributesList_MouseMoved(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
References attributesList_MouseMoved(), and handleException().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseMoved().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC8 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC8: (operationsList.mouse.mouseExited(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.operationsList_MouseExited(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
References handleException(), and operationsList_MouseExited().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseExited().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connEtoC9 | ( | java.awt.event.MouseEvent | arg1 | ) | [inline, private] |
connEtoC9: (attributesList.mouse.mouseExited(java.awt.event.MouseEvent) --> ListsSimpleIntrospectableDetails.attributesList_MouseExited(Ljava.awt.event.MouseEvent;)V)
| arg1 | java.awt.event.MouseEvent |
References attributesList_MouseExited(), and handleException().
Referenced by si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::IvjEventHandler::mouseExited().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::connPtoP1SetTarget | ( | ) | [inline, private] |
connPtoP1SetTarget: (attributesList.this <--> operationsList.nextFocusableComponent)
References getattributesList(), getoperationsList(), and handleException().
Referenced by initConnections().
| javax.swing.JList si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getattributesList | ( | ) | [inline, private] |
Return the attributesList property value.
References handleException(), and ivjattributesList.
Referenced by attributesAction(), attributesList_MouseClicked(), attributesList_MouseExited(), attributesList_MouseMoved(), connPtoP1SetTarget(), getJScrollPane3(), initConnections(), and setAttributesModel().
| javax.swing.JCheckBox si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJCheckBox1 | ( | ) | [inline, private] |
Return the JCheckBox1 property value.
References handleException(), and ivjJCheckBox1.
Referenced by clickedSpecial(), getJPanel1(), and initConnections().
| javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJLabel2 | ( | ) | [inline, private] |
Return the JLabel2 property value.
References handleException(), and ivjJLabel2.
Referenced by initialize().
| javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJLabel3 | ( | ) | [inline, private] |
Return the JLabel3 property value.
References handleException(), and ivjJLabel3.
Referenced by initialize().
| javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJLabel4 | ( | ) | [inline, private] |
Return the JLabel4 property value.
References handleException(), and ivjJLabel4.
Referenced by getJPanel1().
| javax.swing.JPanel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJPanel1 | ( | ) | [inline, private] |
Return the JPanel1 property value.
References getJCheckBox1(), getJLabel4(), getObjectNameLabel(), handleException(), and ivjJPanel1.
Referenced by initialize().
| javax.swing.JScrollPane si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJScrollPane2 | ( | ) | [inline, private] |
Return the JScrollPane2 property value.
References getoperationsList(), handleException(), and ivjJScrollPane2.
Referenced by initialize().
| javax.swing.JScrollPane si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getJScrollPane3 | ( | ) | [inline, private] |
Return the JScrollPane3 property value.
References getattributesList(), handleException(), and ivjJScrollPane3.
Referenced by initialize().
| javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getObjectNameLabel | ( | ) | [inline, private] |
Return the ObjectNameLabel property value.
References handleException(), and ivjObjectNameLabel.
Referenced by getJPanel1(), and setDeviceText().
| javax.swing.JList si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::getoperationsList | ( | ) | [inline, private] |
Return the operationsList property value.
References handleException(), and ivjoperationsList.
Referenced by connPtoP1SetTarget(), getJScrollPane2(), initConnections(), operationsAction(), operationsList_MouseClicked(), operationsList_MouseExited(), operationsList_MouseMoved(), and setOperationsModel().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the part throws an exception.
| exception | java.lang.Throwable |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
Referenced by connEtoC1(), connEtoC2(), connEtoC3(), connEtoC4(), connEtoC5(), connEtoC6(), connEtoC7(), connEtoC8(), connEtoC9(), connPtoP1SetTarget(), getattributesList(), getJCheckBox1(), getJLabel2(), getJLabel3(), getJLabel4(), getJPanel1(), getJScrollPane2(), getJScrollPane3(), getObjectNameLabel(), getoperationsList(), and initialize().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::initConnections | ( | ) | throws java.lang.Exception [inline, private] |
Initializes connections
| java.lang.Exception | The exception description. |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
References connPtoP1SetTarget(), getattributesList(), getJCheckBox1(), getoperationsList(), and ivjEventHandler.
Referenced by initialize().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::initialize | ( | ) | [inline, private] |
Initialize the class.
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
References getJLabel2(), getJLabel3(), getJPanel1(), getJScrollPane2(), getJScrollPane3(), handleException(), and initConnections().
Referenced by ListsSimpleIntrospectableDetails().
| static void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::main | ( | java.lang.String[] | args | ) | [inline, static] |
main entrypoint - starts the part when it is run as an application
| args | java.lang.String[] |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
References com::cosylab::gui::components::r2::SmartPanel::frame, and ListsSimpleIntrospectableDetails().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::operationsAction | ( | ) | [inline] |
Insert the method's description here. Creation date: (3.2.2002 15:32:11)
References si::ijs::acs::objectexplorer::ListsHandlerBean::clickedItem(), getoperationsList(), and listshandler.
Referenced by operationsList_KeyTyped(), and operationsList_MouseClicked().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::operationsList_KeyTyped | ( | java.awt.event.KeyEvent | keyEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::operationsList_MouseClicked | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::operationsList_MouseExited | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::operationsList_MouseMoved | ( | java.awt.event.MouseEvent | mouseEvent | ) | [inline] |
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::setAttributesModel | ( | javax.swing.ListModel | model | ) | [inline, package] |
Insert the method's description here. Creation date: (3.2.2002 15:32:11)
References getattributesList().
Referenced by clear(), and si::ijs::acs::objectexplorer::ListsHandlerBean::updateLists().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::setDeviceText | ( | String | text | ) | [inline, package] |
Insert the method's description here. Creation date: (3.2.2002 15:32:11)
References getObjectNameLabel().
Referenced by clear(), and si::ijs::acs::objectexplorer::ListsHandlerBean::selectionChange().
| void si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::setOperationsModel | ( | javax.swing.ListModel | model | ) | [inline, package] |
Insert the method's description here. Creation date: (3.2.2002 15:32:11)
References getoperationsList().
Referenced by clear(), and si::ijs::acs::objectexplorer::ListsHandlerBean::updateLists().
javax.swing.JList si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjattributesList = null [private] |
Referenced by getattributesList().
IvjEventHandler si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjEventHandler = new IvjEventHandler() [package] |
Reimplemented from com::cosylab::gui::components::r2::SmartPanel.
Referenced by initConnections().
javax.swing.JCheckBox si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJCheckBox1 = null [private] |
Referenced by getJCheckBox1().
javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJLabel2 = null [private] |
Referenced by getJLabel2().
javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJLabel3 = null [private] |
Referenced by getJLabel3().
javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJLabel4 = null [private] |
Referenced by getJLabel4().
javax.swing.JPanel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJPanel1 = null [private] |
Referenced by getJPanel1().
javax.swing.JScrollPane si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJScrollPane2 = null [private] |
Referenced by getJScrollPane2().
javax.swing.JScrollPane si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjJScrollPane3 = null [private] |
Referenced by getJScrollPane3().
javax.swing.JLabel si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjObjectNameLabel = null [private] |
Referenced by getObjectNameLabel().
javax.swing.JList si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::ivjoperationsList = null [private] |
Referenced by getoperationsList().
ListsHandlerBean si::ijs::acs::objectexplorer::ListsSimpleIntrospectableDetails::listshandler = null [private] |
Referenced by attributesAction(), clickedSpecial(), and operationsAction().
1.6.2