Public Member Functions | |
| Dimension | getPreferredSize () |
| void | paint (Graphics g) |
Package Functions | |
| IconButton (String iconfile, String tooltip) | |
| void | addActionListener (ActionListener a) |
Package Attributes | |
| Image | image |
| ActionListener | al |
Definition at line 322 of file VisClientWindow.java.
| org.hfbk.vis.VisClientWindow.IconButton.IconButton | ( | String | iconfile, | |
| String | tooltip | |||
| ) | [package] |
Definition at line 327 of file VisClientWindow.java.
| Dimension org.hfbk.vis.VisClientWindow.IconButton.getPreferredSize | ( | ) |
Definition at line 344 of file VisClientWindow.java.
| void org.hfbk.vis.VisClientWindow.IconButton.addActionListener | ( | ActionListener | a | ) | [package] |
Definition at line 348 of file VisClientWindow.java.
Referenced by org.hfbk.vis.VisClientWindow.buildUI().
Here is the caller graph for this function:
| void org.hfbk.vis.VisClientWindow.IconButton.paint | ( | Graphics | g | ) |
Definition at line 352 of file VisClientWindow.java.
Image org.hfbk.vis.VisClientWindow.IconButton.image [package] |
Definition at line 323 of file VisClientWindow.java.
ActionListener org.hfbk.vis.VisClientWindow.IconButton.al [package] |
Definition at line 325 of file VisClientWindow.java.
1.5.1