be.lassi.ui.group
Class GroupsView
java.lang.Object
be.lassi.ui.group.GroupsView
- All Implemented Interfaces:
- View
public class GroupsView
- extends java.lang.Object
- implements View
Frame showing list of channel groups; allows the selection
of channel groups.
Method Summary |
javax.swing.JComponent |
build()
Builds and returns the view component. |
protected javax.swing.JComponent |
buildPanel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupsView
public GroupsView(GroupsPresentationModel model)
build
public javax.swing.JComponent build()
- Builds and returns the view component.
- Specified by:
build
in interface View
- Returns:
- the view component
buildPanel
protected javax.swing.JComponent buildPanel()