public class FileSelectionView extends Object implements SwingItemView, SwingFormView
| Constructor and Description |
|---|
FileSelectionView(FileSelection fs) |
| Modifier and Type | Method and Description |
|---|---|
Component |
cell()
The component should be rendered for use in a table cell.
|
Component |
dialog()
The component should be rendered for use in a model dialog.
|
int |
inline(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 Component cell()
SwingFormViewcell in interface SwingFormViewpublic Component dialog()
SwingFormViewdialog in interface SwingFormViewpublic int inline(Container container, int row, int column, boolean selectionInGroup)
SwingItemViewinline in interface SwingItemViewcontainer - The container to add the component to.row - The row to add the component at.public void setEnabled(boolean enabled)
SwingItemViewsetEnabled in interface SwingItemViewCopyright © 2023. All rights reserved.