Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.bdgp.apps.dagedit.dataadapter
Class GORDFGUI  view GORDFGUI download GORDFGUI.java

java.lang.Object
  extended byAbstractIntDataAdapUI
      extended byorg.bdgp.apps.dagedit.dataadapter.GORDFGUI

public class GORDFGUI
extends AbstractIntDataAdapUI


Field Summary
protected  javax.swing.JButton browseButton
           
protected  javax.swing.JButton cancelButton
           
protected  javax.swing.JButton commitButton
           
protected  org.bdgp.apps.dagedit.gui.Controller controller
           
protected  javax.swing.JComboBox fileNameField
           
protected  java.util.Vector filenames
           
protected static int MAX_HISTORY_LENGTH
           
protected  IOOperation op
           
 
Constructor Summary
GORDFGUI(IOOperation op)
           
 
Method Summary
 void browse(javax.swing.JComboBox target)
           
 java.lang.Object doOperation(java.lang.Object value)
           
 java.util.Properties getProperties()
           
 void setProperties(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commitButton

protected javax.swing.JButton commitButton

cancelButton

protected javax.swing.JButton cancelButton

browseButton

protected javax.swing.JButton browseButton

op

protected IOOperation op

fileNameField

protected javax.swing.JComboBox fileNameField

controller

protected org.bdgp.apps.dagedit.gui.Controller controller

filenames

protected java.util.Vector filenames

MAX_HISTORY_LENGTH

protected static int MAX_HISTORY_LENGTH
Constructor Detail

GORDFGUI

public GORDFGUI(IOOperation op)
Method Detail

getProperties

public java.util.Properties getProperties()

setProperties

public void setProperties(java.util.Properties props)

browse

public void browse(javax.swing.JComboBox target)

doOperation

public java.lang.Object doOperation(java.lang.Object value)
                             throws DataAdapterException