public class FileSelectionView extends java.lang.Object implements SwingItemView, SwingFormView
Constructor and Description |
---|
FileSelectionView(FileSelection fs) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
cell()
The component should be rendered for use in a table cell.
|
java.awt.Component |
dialog()
The component should be rendered for use in a model dialog.
|
int |
inline(java.awt.Container container,
int row,
int column,
boolean selectionInGroup)
The class should add
it's component to the container which has a GridBagLayout.
|
void |
setEnabled(boolean enabled)
Used when a component is part of a selection.
|
public FileSelectionView(FileSelection fs)
public java.awt.Component cell()
SwingFormView
cell
in interface SwingFormView
public java.awt.Component dialog()
SwingFormView
dialog
in interface SwingFormView
public int inline(java.awt.Container container, int row, int column, boolean selectionInGroup)
SwingItemView
inline
in interface SwingItemView
container
- The container to add the component to.row
- The row to add the component at.public void setEnabled(boolean enabled)
SwingItemView
setEnabled
in interface SwingItemView