uk.ac.essex.common.gui.util
Interface ButtonPanel
- All Known Implementing Classes:
- ButtonPanelImpl
public interface ButtonPanel
A ButtonPanel is essentially a wrapper around a button and a panel to display when that
button is clicked.
Copyright: Copyright (c) 2004
Company: MSX-International
LEFT
static final int LEFT
- See Also:
- Constant Field Values
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
TOP
static final int TOP
- See Also:
- Constant Field Values
BOTTOM
static final int BOTTOM
- See Also:
- Constant Field Values
getId
java.lang.String getId()
getButtonLabel
java.lang.String getButtonLabel()
setButtonLabel
void setButtonLabel(java.lang.String buttonLabel)
getView
javax.swing.JPanel getView()
getOrientation
int getOrientation()
setOrientation
void setOrientation(int orientation)
isHidden
boolean isHidden()
setHidden
void setHidden(boolean hidden)
getDividerLocation
int getDividerLocation()
setDividerLocation
void setDividerLocation(int dividerLocation)