Package org.oddjob.arooa.design.view
Class MultiTypeTableView
java.lang.Object
org.oddjob.arooa.design.view.MultiTypeTableView
- All Implemented Interfaces:
SwingItemView
This class is capable of representing a DesignElement which consists of
multiple child DesignElements of different types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintThe 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
-
MultiTypeTableView
-
-
Method Details
-
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-
-