class SequentViewChangeListener extends Object implements ComponentListener, PropertyChangeListener, HierarchyBoundsListener
Modifier and Type | Field and Description |
---|---|
private SequentView |
sequentView |
Constructor and Description |
---|
SequentViewChangeListener(SequentView sequentView) |
Modifier and Type | Method and Description |
---|---|
void |
ancestorMoved(HierarchyEvent e) |
void |
ancestorResized(HierarchyEvent e) |
void |
componentHidden(ComponentEvent e) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
reprintOnLineWidthChange() |
private final SequentView sequentView
SequentViewChangeListener(SequentView sequentView)
public void reprintOnLineWidthChange()
public void componentHidden(ComponentEvent e)
componentHidden
in interface ComponentListener
public void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
public void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
public void componentShown(ComponentEvent e)
componentShown
in interface ComponentListener
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public void ancestorMoved(HierarchyEvent e)
ancestorMoved
in interface HierarchyBoundsListener
public void ancestorResized(HierarchyEvent e)
ancestorResized
in interface HierarchyBoundsListener