net.refractions.udig.ui.operations
Class OperationDialog

java.lang.Object
  extended by TitleAreaDialog
      extended by net.refractions.udig.ui.operations.OperationDialog

public class OperationDialog
extends TitleAreaDialog

A dialog that

Author:
Jody

Constructor Summary
OperationDialog(Shell parentShell, ISelection selection)
           
 
Method Summary
protected  void buttonPressed(int buttonId)
           
protected  void configureShell(Shell newShell)
           
protected  void createButtonsForButtonBar(Composite parent)
           
protected  Control createContents(Composite parent)
           
protected  Control createDialogArea(Composite parent)
           
 void dispose()
           
 java.lang.Object[] getChildren(java.lang.Object parentElement)
           
 java.lang.Object[] getElements(java.lang.Object inputElement)
           
protected  Point getInitialSize()
           
 java.lang.Object getParent(java.lang.Object element)
           
protected  int getShellStyle()
           
 boolean hasChildren(java.lang.Object element)
           
 void inputChanged(Viewer viewer, java.lang.Object oldInput, java.lang.Object newInput)
           
 boolean isEnabled(java.lang.Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationDialog

public OperationDialog(Shell parentShell,
                       ISelection selection)
Method Detail

isEnabled

public boolean isEnabled(java.lang.Object element)

getShellStyle

protected int getShellStyle()

dispose

public void dispose()

configureShell

protected void configureShell(Shell newShell)

getInitialSize

protected Point getInitialSize()

createContents

protected Control createContents(Composite parent)

createDialogArea

protected Control createDialogArea(Composite parent)

createButtonsForButtonBar

protected void createButtonsForButtonBar(Composite parent)

buttonPressed

protected void buttonPressed(int buttonId)

getElements

public java.lang.Object[] getElements(java.lang.Object inputElement)

inputChanged

public void inputChanged(Viewer viewer,
                         java.lang.Object oldInput,
                         java.lang.Object newInput)

getChildren

public java.lang.Object[] getChildren(java.lang.Object parentElement)

getParent

public java.lang.Object getParent(java.lang.Object element)

hasChildren

public boolean hasChildren(java.lang.Object element)