sears.gui.glassPane
Class ViewportGlassPaneModule
java.lang.Object
sears.gui.glassPane.ViewportGlassPaneModule
- Direct Known Subclasses:
- FindModule
public abstract class ViewportGlassPaneModule
- extends java.lang.Object
Defines a generic view port glass pane module
Constructor Summary |
ViewportGlassPaneModule(javax.swing.JScrollPane scrollPane)
Constructs a new ViewportGlassPaneModule object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
view
protected java.awt.Component view
viewport
protected javax.swing.JViewport viewport
isViewportChanged
protected boolean isViewportChanged
ViewportGlassPaneModule
public ViewportGlassPaneModule(javax.swing.JScrollPane scrollPane)
- Constructs a new
ViewportGlassPaneModule
object.
- Parameters:
scrollPane
- the scroll pane
- Throws:
java.lang.NullPointerException
- if scrollPane is null
java.lang.NullPointerException
- if its view port is null
java.lang.NullPointerException
- if the view of the view port is null- See Also:
JScrollPane
,
JViewport
fireViewChange
public void fireViewChange()
- Use when view change
fireAdjustmentValueChanged
public abstract void fireAdjustmentValueChanged(java.awt.event.AdjustmentEvent e)