com.yospace.yae.yogi
Interface CompositeUI

All Known Implementing Classes:
StandardDialogUI, StandardDialogUI, StandardMenuBarUI, StandardMenuBarUI, StandardPaneletDisplayUI, StandardPaneletDisplayUI, StandardRootWindowUI, StandardRootWindowUI, StandardScrollPaneUI, StandardScrollPaneUI, StandardSimpleDashBarUI, StandardSimpleDashBarUI, StandardTabbedPaneUI, StandardTabbedPaneUI, StandardTitleBarUI, StandardTitleBarUI, StandardWindowUI, StandardWindowUI

public interface CompositeUI

Interface to allow classes that are composite objects to specify a layout of their children which compose the composite object.


Method Summary
 void layout(YogiComponent c)
          Requests that the UI perform a layout of "well-known" children of the supplied component.
 

Method Detail

layout

public void layout(YogiComponent c)
Requests that the UI perform a layout of "well-known" children of the supplied component. This allows scrollpanes to position their scrollbars, windows to position their menus, etc.
Parameters:
c - the component to be laid out.

Copyright 2002 Yospace Holdings Ltd. All Rights Reserved.