Class RosterGroupTableFrame

All Implemented Interfaces:
ComponentListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants, BeanInterface, ModifiedFlag, WindowInterface

public class RosterGroupTableFrame extends JmriJFrame
Provide a JFrame to display the Roster Data Based upon BeanTableFrame.

This frame includes the table itself at the top, plus a "bottom area" for things like an Add... button and checkboxes that control display options.

The usual menus are also provided here.

Specific uses are customized via the RosterGroupTableDataModel implementation they provide, and by providing a extras() implementation that can in turn invoke addToBottomBox(java.awt.Component) as needed.

See Also: