Extension SDK

oracle.ide.layout
Interface LayoutListener

All Superinterfaces:
BaseLayoutListener
All Known Implementing Classes:
AbstractLayoutListener

public interface LayoutListener
extends BaseLayoutListener


Method Summary
 void addOpenedViews(Layout layout, java.util.List openedList)
           
 void addView(ViewId id, View view)
           
 View getView(ViewId id)
           
 void removeView(View view)
           
 
Methods inherited from interface oracle.ide.layout.BaseLayoutListener
close, init, save
 

Method Detail

getView

public View getView(ViewId id)

addView

public void addView(ViewId id,
                    View view)

removeView

public void removeView(View view)

addOpenedViews

public void addOpenedViews(Layout layout,
                           java.util.List openedList)

Extension SDK

 

Copyright ©1997, 2003, Oracle. All rights reserved.