|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ButtonPanelContainer
Copyright: Copyright (c) 2004
Company: MSX-International
| Method Summary | |
|---|---|
void |
addButtonPanel(ButtonPanel buttonPanel)
Same as calling #addButtonPanel(uk.ac.essex.common.gui.util.ButtonPanel, false) |
void |
addButtonPanel(ButtonPanel buttonPanel,
boolean updateLayout)
The update layout parameter is to remove spurious updates to the layout eg/ at startup we might need to add 5 or siz panels but we only need to update the layout once |
boolean |
hasBottomButtons()
|
boolean |
hasLeftButtons()
|
boolean |
hasRightButtons()
|
boolean |
hasTopButtons()
|
void |
updateLayout()
|
| Method Detail |
|---|
void addButtonPanel(ButtonPanel buttonPanel)
throws java.lang.Exception
#addButtonPanel(uk.ac.essex.common.gui.util.ButtonPanel, false)
buttonPanel -
java.lang.Exception
void addButtonPanel(ButtonPanel buttonPanel,
boolean updateLayout)
throws java.lang.Exception
buttonPanel - updateLayout - - Determines whether the layout should be updated after this is called
java.lang.Exceptionboolean hasTopButtons()
boolean hasBottomButtons()
boolean hasLeftButtons()
boolean hasRightButtons()
void updateLayout()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||