Class FWScrollPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ScrollPaneConstants
Direct Known Subclasses:
FWProgressTaskListPanel

public class FWScrollPane extends JScrollPane
Defines some common behaviour for all scrollpanes - unified scrollspeed - delegation of MouseWheelEvents
Author:
Andreas Enders
See Also:
  • Constructor Details

    • FWScrollPane

      public FWScrollPane(Component aComponent, int vsbPolicy, int hsbPolicy)
      Constructor for XScrollPane.
      Parameters:
      aComponent - to put to the viewport
      vsbPolicy -
      hsbPolicy -
    • FWScrollPane

      public FWScrollPane(Component aComponent)
      Constructor for XScrollPane.
      Parameters:
      aComponent - to put to the viewport
    • FWScrollPane

      public FWScrollPane(int vsbPolicy, int hsbPolicy)
      Constructor for XScrollPane.
      Parameters:
      vsbPolicy -
      hsbPolicy -
    • FWScrollPane

      public FWScrollPane()
      Constructor for XScrollPane.
  • Method Details