public class ViewSyncGroup extends ViewAdapter
| Constructor and Description |
|---|
ViewSyncGroup()
Constructs a new instance of ViewSyncGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addView(View view)
Adds the specified view to the group of synchronized views.
|
void |
close()
Closes the view synchronization group by removing all views from the group.
|
boolean |
contains(View view)
Checks if the specified view is in this view sync group.
|
void |
removeView(View view)
Removes the specified view from the group of synchronized views.
|
protected void |
this_mouseMoved(java.awt.event.MouseEvent e) |
void |
viewChangedOccurred(ViewChangedEvent e)
Handles view change events from all views of the group.
|
viewPopupMenuShowing, viewReadyOccurred, viewRedrawOccurred, viewRepaintOccurred, viewStaticElementChanged, viewToolChangedOccurredpublic void addView(View view)
view - the view to be addedpublic boolean contains(View view)
public void removeView(View view)
view - the view to be removedpublic void close()
protected void this_mouseMoved(java.awt.event.MouseEvent e)
public void viewChangedOccurred(ViewChangedEvent e)
viewChangedOccurred in interface ViewEventListenerviewChangedOccurred in class ViewAdaptere - the corresponding ViewChangedEvent object