Class TableView

    • Constructor Detail

      • TableView

        public TableView​(ViewNotifier notifier)
        Default constructor.
        Parameters:
        notifier - view notifier
    • Method Detail

      • refreshInit

        public void refreshInit()
        Description copied from class: View
        Called when the data reference has changed.
        Specified by:
        refreshInit in class View
      • refreshContext

        public void refreshContext​(boolean more,
                                   boolean quick)
        Description copied from class: View
        Called when a new context set has been chosen.
        Specified by:
        refreshContext in class View
        Parameters:
        more - show more details
        quick - perform a quick context switch
      • refreshFocus

        public void refreshFocus()
        Description copied from class: View
        Called when a new focus has been chosen.
        Specified by:
        refreshFocus in class View
      • refreshMark

        public void refreshMark()
        Description copied from class: View
        Called when a context set has been marked.
        Specified by:
        refreshMark in class View
      • refreshLayout

        public void refreshLayout()
        Description copied from class: View
        Called when GUI design has changed.
        Specified by:
        refreshLayout in class View
      • refreshUpdate

        public void refreshUpdate()
        Description copied from class: View
        Called when updates have been done in the data structure.
        Specified by:
        refreshUpdate in class View
      • visible

        public boolean visible()
        Description copied from class: View
        Tests if this view is currently marked as visible.
        Specified by:
        visible in class View
        Returns:
        result of check
      • visible

        public void visible​(boolean v)
        Description copied from class: View
        Sets a flag denoting the visibility of the view.
        Specified by:
        visible in class View
        Parameters:
        v - visibility flag
      • db

        protected boolean db()
        Description copied from class: View
        Tests if this view relies on a database instance.
        Specified by:
        db in class View
        Returns:
        result of check