org.formaria.editor.eclipse.project.pages
Class ComponentInspector
java.lang.Object
ViewPart
org.formaria.editor.eclipse.project.pages.ComponentInspector
- All Implemented Interfaces:
- ComponentSelectListener, EditorComponentListener, IComponentInspector
public class ComponentInspector
- extends ViewPart
- implements IComponentInspector
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentInspector
public ComponentInspector()
createPartControl
public void createPartControl(Composite parent)
setFocus
public void setFocus()
dispose
public void dispose()
getDefault
public static IComponentInspector getDefault()
setSelectedComponents
public void setSelectedComponents(IPagePanel currentPagePanel,
java.util.Vector selectedComponents,
boolean contentsChanged)
- Description copied from interface:
ComponentSelectListener
- Called when a component has been selected
- Specified by:
setSelectedComponents in interface ComponentSelectListener
setPageDesigner
public void setPageDesigner(PageDesigner pd)
- Specified by:
setPageDesigner in interface IComponentInspector
componentAdded
public void componentAdded()
- Specified by:
componentAdded in interface EditorComponentListener
setNewComponent
public void setNewComponent(java.awt.Component c)
- Specified by:
setNewComponent in interface EditorComponentListener
refresh
public void refresh()
- Specified by:
refresh in interface IComponentInspector