Public Member Functions | |
SmartPanel () | |
SmartPanel (java.awt.LayoutManager layout) | |
SmartPanel (java.awt.LayoutManager layout, boolean isDoubleBuffered) | |
SmartPanel (boolean isDoubleBuffered) | |
java.lang.String | getName () |
javax.swing.JMenuItem[] | getNewMenuItems () |
java.lang.String | getShortName () |
void | setShortName (java.lang.String newShortName) |
void | showPopup (java.awt.event.MouseEvent mouseEvent) |
void | toDialog () |
Static Public Member Functions | |
void | main (java.lang.String[] args) |
Package Attributes | |
IvjEventHandler | ivjEventHandler = new IvjEventHandler() |
Private Member Functions | |
void | connEtoC1 (java.awt.event.ActionEvent arg1) |
void | connEtoC2 (java.awt.event.MouseEvent arg1) |
javax.swing.JMenuItem | getJMenuItem1 () |
javax.swing.JPopupMenu | getJPopupMenu1 () |
void | handleException (java.lang.Throwable exception) |
void | initConnections () throws java.lang.Exception |
void | initialize () |
Private Attributes | |
java.awt.Container | oldParent = null |
javax.swing.JFrame | frame = null |
javax.swing.JMenuItem | ivjJMenuItem1 = null |
javax.swing.JPopupMenu | ivjJPopupMenu1 = null |
String | shortName = null |
boolean | isDialog = false |
|
SmartPanel constructor comment. |
|
SmartPanel constructor comment.
|
|
SmartPanel constructor comment.
|
|
SmartPanel constructor comment.
|
|
connEtoC1: (JMenuItem1.action.actionPerformed(java.awt.event.ActionEvent) --> SmartPanel.toDialog()V)
|
|
connEtoC2: (SmartPanel.mouse.mouseClicked(java.awt.event.MouseEvent) --> SmartPanel.showPopup(Ljava.awt.event.MouseEvent;)V)
|
|
Return the JMenuItem1 property value.
|
|
Return the JPopupMenu1 property value.
|
|
Insert the method's description here. Creation date: (7.2.2002 18:52:53)
|
|
Return the JPopupMenu1 property value.
|
|
Insert the method's description here. Creation date: (7.2.2002 18:50:47)
|
|
Called whenever the part throws an exception.
|
|
Initializes connections
|
|
Initialize the class. |
|
main entrypoint - starts the part when it is run as an application
|
|
Insert the method's description here. Creation date: (7.2.2002 18:50:47)
|
|
Comment |
|
Comment |
|
|
|
|
|
|
|
|
|
|
|
|
|
|