public class ViewAdapter extends Object implements ViewListener
| Constructor and Description |
|---|
ViewAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
viewClosed(ViewEvent e)
Invoked when the view has been closed.
|
void |
viewClosing(ViewEvent e)
Invoked when the view is about to be closed.
|
void |
viewDeselected(ViewEvent e)
Invoked when the view has been de-selected.
|
void |
viewHidden(ViewEvent e)
Invoked when the view has been hidden.
|
void |
viewMoved(ViewEvent e)
Invoked when the view moves
|
void |
viewResized(ViewEvent e)
Invoked when the view was resized
|
void |
viewSelected(ViewEvent e)
Invoked when the view has been selected.
|
void |
viewShown(ViewEvent e)
Invoked when the view has been shown.
|
public void viewClosing(ViewEvent e)
viewClosing in interface ViewListenerpublic void viewClosed(ViewEvent e)
viewClosed in interface ViewListenerpublic void viewDeselected(ViewEvent e)
viewDeselected in interface ViewListenerpublic void viewHidden(ViewEvent e)
viewHidden in interface ViewListenerpublic void viewMoved(ViewEvent e)
viewMoved in interface ViewListenerpublic void viewResized(ViewEvent e)
viewResized in interface ViewListenerpublic void viewSelected(ViewEvent e)
viewSelected in interface ViewListenerpublic void viewShown(ViewEvent e)
viewShown in interface ViewListenerCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.