|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for layout listeners. In general, a standalone View
needs to be a LayoutListener
if it wants to save state information.
An embedded view (such as a Editor
need only implement the
BaseLayoutListener
interface.
Method Summary | |
void |
close(Layout layout)
Close the views associated with the specified layout . |
void |
init(Layout layout)
Initialize the View state from the information in the
stored in the specified layout . |
void |
save(Layout layout)
Save layout information in the specified layout . |
Method Detail |
public void save(Layout layout)
layout
.
This method is called by the layout management system when the
active layout is about to be deactivated.
public void init(Layout layout)
View
state from the information in the
stored in the specified layout
.
This method is called by the layout management system when a
layout is about to be activated.
public void close(Layout layout)
layout
.
This method is called by the layout management system when a layout
is being deactivated.
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.