org.formaria.aria
Interface ContentPane

All Known Implementing Classes:
DateChooserDialog, DateChooserDialog, Dialog, Dialog, Dialog, DialogTable, DialogTableAddColumn, DialogTableAddItem, DialogTableSetValueColumnItem, LanguageChooserDialog, LanguageChooserDialog, LanguageChooserDialog, MessageBox, MessageBox, PageSizeDialog, PasswordDlg, PojoDialog

public interface ContentPane

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) Formaria Ltd., 2008

$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