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 ComponentListenerpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenerpublic void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void ancestorMoved(HierarchyEvent e)
ancestorMoved in interface HierarchyBoundsListenerpublic void ancestorResized(HierarchyEvent e)
ancestorResized in interface HierarchyBoundsListener