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

Quick Search    Search Deep

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

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

public class SingleFileGUI
extends AbstractIntDataAdapUI


Field Summary
protected  javax.swing.JButton browseButton
           
protected  javax.swing.JButton commitButton
           
protected  java.lang.String defaultBrowsePath
           
protected  java.util.Vector fileList
           
static int MAX_HISTORY_LENGTH
           
protected  IOOperation op
           
protected  javax.swing.JComboBox pathField
           
protected  javax.swing.JLabel pathLabel
           
 
Constructor Summary
SingleFileGUI(IOOperation op)
           
 
Method Summary
 void commit()
           
 java.lang.Object doOperation(java.lang.Object object)
           
 java.util.Properties getProperties()
           
protected  java.lang.Object readTerms()
           
 void setDefaultBrowsePath(java.lang.String defaultBrowsePath)
           
 void setFont(java.awt.Font font)
           
 void setProperties(java.util.Properties in)
           
protected  java.lang.Object writeTerms(org.bdgp.apps.dagedit.datamodel.DEEditHistory history)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_HISTORY_LENGTH

public static final int MAX_HISTORY_LENGTH
See Also:
Constant Field Values

pathField

protected javax.swing.JComboBox pathField

commitButton

protected javax.swing.JButton commitButton

browseButton

protected javax.swing.JButton browseButton

op

protected IOOperation op

fileList

protected java.util.Vector fileList

defaultBrowsePath

protected java.lang.String defaultBrowsePath

pathLabel

protected javax.swing.JLabel pathLabel
Constructor Detail

SingleFileGUI

public SingleFileGUI(IOOperation op)
Method Detail

setFont

public void setFont(java.awt.Font font)

setDefaultBrowsePath

public void setDefaultBrowsePath(java.lang.String defaultBrowsePath)

setProperties

public void setProperties(java.util.Properties in)

getProperties

public java.util.Properties getProperties()

commit

public void commit()

doOperation

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

readTerms

protected java.lang.Object readTerms()
                              throws DataAdapterException

writeTerms

protected java.lang.Object writeTerms(org.bdgp.apps.dagedit.datamodel.DEEditHistory history)
                               throws DataAdapterException