Interface sunsoft.jws.visual.rt.base.RootObserver
All Packages Class Hierarchy This Package Previous Next Index
Interface sunsoft.jws.visual.rt.base.RootObserver
- public interface RootObserver
- extends Object
Interface to be provided by those who which to watch the comings and
goings of WindowShadows and Groups in a particular Root object. This
is used in the visual designer to keep a list of the top-level windows
currently under the main application root. It registers itself as an
observer with the root object and then through this interface receives
updates.
-
add(AttributeManager)
-
-
clear()
-
-
remove(AttributeManager)
-
-
select(AttributeManager)
-
add
public abstract void add(AttributeManager mgr)
remove
public abstract void remove(AttributeManager mgr)
select
public abstract void select(AttributeManager mgr)
clear
public abstract void clear()
All Packages Class Hierarchy This Package Previous Next Index