com.joanju.cg.plugin
Class SelectionDialog

java.lang.Object
  extended by Dialog
      extended by com.joanju.cg.plugin.SelectionDialog

public class SelectionDialog
extends Dialog


Field Summary
protected  boolean accepted
           
protected  java.util.ArrayList<java.lang.String> input
           
protected  int selection
           
 
Constructor Summary
SelectionDialog(Shell parentShell, java.util.ArrayList<java.lang.String> input)
           
 
Method Summary
protected  void configureShell(Shell newShell)
           
protected  Control createDialogArea(Composite parent)
           
protected  void okPressed()
           
 int open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accepted

protected boolean accepted

selection

protected int selection

input

protected java.util.ArrayList<java.lang.String> input
Constructor Detail

SelectionDialog

public SelectionDialog(Shell parentShell,
                       java.util.ArrayList<java.lang.String> input)
Method Detail

configureShell

protected void configureShell(Shell newShell)

createDialogArea

protected Control createDialogArea(Composite parent)

okPressed

protected void okPressed()

open

public int open()


Copyright © 2008 Joanju Software. All Rights Reserved.