net.xoetrope.xui
Interface XContentPane

All Known Implementing Classes:
XDialog, XDialog, XDialog, XDialogTable, XDialogTableAddColumn, XDialogTableAddItem, XDialogTableSetValueColumnItem, XLanguageChooserDialog, XLanguageChooserDialog, XMessageBox, XMessageBox

public interface XContentPane

Some containers use a content pane to hold their content rather than allowing the container to hold its children directly. This interface is designed to allow the editor determine which containers act in this way.

Copyright (c) Xoetrope Ltd., 2002-2003

$Revision: 2.2 $

License: see License.txt


Method Summary
 java.lang.Object getContentPane()
          Get the container that holds the content
 

Method Detail

getContentPane

java.lang.Object getContentPane()
Get the container that holds the content

Returns:
the coontent container/panel