org.formaria.editor.eclipse.project.pages
Class ComponentInspector

java.lang.Object
  extended by ViewPart
      extended by org.formaria.editor.eclipse.project.pages.ComponentInspector
All Implemented Interfaces:
ComponentSelectListener, EditorComponentListener, IComponentInspector

public class ComponentInspector
extends ViewPart
implements IComponentInspector


Constructor Summary
ComponentInspector()
           
 
Method Summary
 void componentAdded()
           
 void createPartControl(Composite parent)
           
 void dispose()
           
static IComponentInspector getDefault()
           
 void refresh()
           
 void setFocus()
           
 void setNewComponent(java.awt.Component c)
           
 void setPageDesigner(PageDesigner pd)
           
 void setSelectedComponents(IPagePanel currentPagePanel, java.util.Vector selectedComponents, boolean contentsChanged)
          Called when a component has been selected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInspector

public ComponentInspector()
Method Detail

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