Package org.oddjob.arooa.design.view
Class FileSelectionView
java.lang.Object
org.oddjob.arooa.design.view.FileSelectionView
- All Implemented Interfaces:
SwingFormView,SwingItemView
Produces views for FileSelection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncell()The component should be rendered for use in a table cell.dialog()The component should be rendered for use in a model dialog.intThe class should add it's component to the container which has a GridBagLayout.voidsetEnabled(boolean enabled) Used when a component is part of a selection.
-
Constructor Details
-
FileSelectionView
-
-
Method Details
-
cell
Description copied from interface:SwingFormViewThe component should be rendered for use in a table cell.- Specified by:
cellin interfaceSwingFormView- Returns:
- The component.
-
dialog
Description copied from interface:SwingFormViewThe component should be rendered for use in a model dialog. With a border and sized correctly.- Specified by:
dialogin interfaceSwingFormView- Returns:
- The component.
-
inline
Description copied from interface:SwingItemViewThe class should add it's component to the container which has a GridBagLayout.- Specified by:
inlinein interfaceSwingItemView- Parameters:
container- The container to add the component to.row- The row to add the component at.- Returns:
- The row the next component should be added at.
-
setEnabled
public void setEnabled(boolean enabled) Description copied from interface:SwingItemViewUsed when a component is part of a selection.- Specified by:
setEnabledin interfaceSwingItemView- Parameters:
enabled-
-