com.ontimize.gui
Interface OpenDialog
- All Known Subinterfaces:
- ReferenceDataComponent
- All Known Implementing Classes:
- AbstractMultipleReferenceDataField, AlarmList, AudioDataField, CurrencyDataField, DateCellEditor, DateDataField, DefaultDataTableCellEditor, DefaultDataTreeCellEditor, DictionaryDataField, ExtendedMultiReference, ExtendedTable, FileDataField, Form, ImageDataField, IntegerDataField, MemoDataField, MultiReference, RealDataField, ReferenceComboDataField, ReferenceDataField, ReferenceExtDataField, SubForm, Table, Tree, TwoLevelContainer
- public interface OpenDialog
Interface that defines methods to implement all objects that need a reference
to the frame for opening a modal dialog. It is necessary because objects
could not know that container included them. It is applied in form components
that display a modal dialog.
- Author:
- Imatia Innovation
|
Method Summary |
void |
setParentFrame(java.awt.Frame parentFrame)
This method is called from Form for each component that implements this
interface. |
setParentFrame
public void setParentFrame(java.awt.Frame parentFrame)
- This method is called from Form for each component that implements this
interface. It fixes the parent frame for element. This frame is needed to
open the modal dialog.
- Parameters:
parentFrame - the frame