|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KPanelAppletSignals
Method Summary | |
---|---|
void |
requestFocus(boolean focus)
Request keyboard focus from the panel. |
void |
updateLayout()
Emit this signal to make the panel relayout all applets, when you want to change your width (horizontal panel) or height (vertical panel). |
Method Detail |
---|
void updateLayout()
void requestFocus(boolean focus)
focus
- activate the window and ensure the panel remains visible when true
Each and ever time a requestFocus(true) is emitted, it MUST be paired eventually
with a requestFocus(false) otherwise the panel may end up never hiding#needsFocus
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |