Package org.oddjob.arooa.design.view
Class TabGroupView
java.lang.Object
org.oddjob.arooa.design.view.TabGroupView
- All Implemented Interfaces:
SwingItemView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroup()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
-
TabGroupView
-
-
Method Details
-
group
-
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-
-