

Public Member Functions | |
| ArrowsPanel (VistaApp vapp) | |
| void | lockUp () |
| void | lockDown () |
| void | unlockUp () |
| void | unlockDown () |
| boolean | isUpEnabled () |
| boolean | isDownEnabled () |
Package Attributes | |
| ImageIcon | iconUp = null |
| ImageIcon | iconDown = null |
| JButton | btnUp = null |
| JButton | btnDown = null |
| JPanel | centralPanel = null |
| ActionListener | upActionListener = null |
| ActionListener | downActionListener = null |
| DisplayPanel | dp = null |
| JPanel | upPanel = new JPanel() |
| JPanel | downPanel = new JPanel() |
Description: small panel with UP and DOWN buttons
Copyright: Copyright (c) 2002 Ernest Orlando Lawrence Berkeley National Laboratory
Company: LBNL
|
|
small panel with UP and DOWN buttons
|
|
|
return true if Down button is Enabled
|
|
|
return true if Up button is Enabled
|
|
|
Disable Down Button |
|
|
Disable Up Button |
|
|
Enable Down Button |
|
|
Enable Up Button |
1.3.9.1