org.formaria.editor.project.pages.components.proxy
Interface Proxy

All Known Implementing Classes:
ComponentProxy, CompositeProxy, PanelProxy

public interface Proxy

A stand-in for a component while it is being edited. Some components are compound entities and we do not want the individual sub components to be selected instead of 'this' component. Some others react to the mouse and provide undesireable behavior on their own.

Copyright (c) Formaria Ltd., 1998-2007

License: see License.txt


Method Summary
 java.awt.Container getParent()
          Gets the parent of this component.
 java.awt.Component getProxiedComponent()
          Get the proxied component
 

Method Detail

getProxiedComponent

java.awt.Component getProxiedComponent()
Get the proxied component

Returns:
the component

getParent

java.awt.Container getParent()
Gets the parent of this component.

Returns:
the parent container of this component
Since:
JDK1.0