org.formaria.editor.eclipse.project.viewer
Class ExtensionPage

java.lang.Object
  extended by Composite
      extended by org.formaria.editor.eclipse.project.viewer.ExtensionPage

public class ExtensionPage
extends Composite


Constructor Summary
ExtensionPage(AriaProjectEditor xpe, Composite parent, EditorProject project)
           
 
Method Summary
 Rectangle getDluRect(int x, int y, int w, int h)
           
 void initialize()
           
protected  void initializeDialogUnits(Control testControl)
           
 boolean isDirty()
           
 void modifyText(ModifyEvent e)
           
 void pageChanged()
           
 void saveState()
           
 void widgetDefaultSelected(SelectionEvent e)
           
 void widgetSelected(SelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionPage

public ExtensionPage(AriaProjectEditor xpe,
                     Composite parent,
                     EditorProject project)
Method Detail

initialize

public void initialize()

modifyText

public void modifyText(ModifyEvent e)

widgetSelected

public void widgetSelected(SelectionEvent e)

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

pageChanged

public void pageChanged()

saveState

public void saveState()

isDirty

public boolean isDirty()

initializeDialogUnits

protected void initializeDialogUnits(Control testControl)

getDluRect

public Rectangle getDluRect(int x,
                            int y,
                            int w,
                            int h)