java.lang.Object
AbstractIntDataAdapUI
org.bdgp.apps.dagedit.dataadapter.GOFlatFileGUI
- public class GOFlatFileGUI
- extends AbstractIntDataAdapUI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_PROFILE_NAME
public static final java.lang.String NEW_PROFILE_NAME
- See Also:
- Constant Field Values
driver
DataAdapter driver
op
IOOperation op
commitButton
javax.swing.JButton commitButton
cancelButton
javax.swing.JButton cancelButton
browseDefButton
javax.swing.JButton browseDefButton
definitionLabel
javax.swing.JLabel definitionLabel
advancedButton
javax.swing.JButton advancedButton
commentPane
javax.swing.JScrollPane commentPane
fileList
ListEditor fileList
filenameField
javax.swing.JTextField filenameField
definitionField
javax.swing.JTextField definitionField
commentField
javax.swing.JTextArea commentField
hideDownstreamBox
javax.swing.JCheckBox hideDownstreamBox
pathToRootBox
javax.swing.JCheckBox pathToRootBox
allowCyclesBox
javax.swing.JCheckBox allowCyclesBox
allowDanglingBox
javax.swing.JCheckBox allowDanglingBox
reduceSizeBox
javax.swing.JCheckBox reduceSizeBox
useLegacyTypesBox
javax.swing.JCheckBox useLegacyTypesBox
historyBox
javax.swing.JComboBox historyBox
delButton
javax.swing.JButton delButton
comment
java.lang.String comment
showPathToRoot
boolean showPathToRoot
allowCycles
boolean allowCycles
allowDangling
boolean allowDangling
reduceSize
boolean reduceSize
useLegacyTypes
boolean useLegacyTypes
hideDownstream
boolean hideDownstream
fileNames
java.util.Vector fileNames
defFileName
java.lang.String defFileName
relationshipTypes
java.util.Vector relationshipTypes
typeBindings
java.util.Hashtable typeBindings
defaultType
org.bdgp.apps.dagedit.datamodel.TermRelationshipType defaultType
symbolList
ListEditor symbolList
props
java.util.Properties props
optionDialog
javax.swing.JDialog optionDialog
controller
org.bdgp.apps.dagedit.gui.Controller controller
notListPick
boolean notListPick
currentProfile
GOFlatFileGUI.FileProfile currentProfile
currentSelectedIndex
int currentSelectedIndex
GOFlatFileGUI
public GOFlatFileGUI(IOOperation op)
showAdvancedOptions
protected void showAdvancedOptions()
getRelationshipTypes
private java.util.Vector getRelationshipTypes()
addOrModifyProfile
protected void addOrModifyProfile()
sortProfiles
protected void sortProfiles()
commitAdvancedChanges
protected void commitAdvancedChanges()
getAdvancedPanel
public javax.swing.JPanel getAdvancedPanel(javax.swing.JPanel panel)
commit
public void commit()
cancel
public void cancel()
setFont
public void setFont(java.awt.Font font)
setDataAdapter
public void setDataAdapter(DataAdapter in)
collectParams
protected void collectParams()
doOperation
public java.lang.Object doOperation(java.lang.Object values)
throws DataAdapterException
importTerms
protected java.lang.Object importTerms()
throws DataAdapterException
writeTerms
protected org.bdgp.apps.dagedit.datamodel.DEEditHistory writeTerms(org.bdgp.apps.dagedit.datamodel.DEEditHistory history)
throws DataAdapterException
exportTerms
protected void exportTerms(org.bdgp.apps.dagedit.datamodel.DEEditHistory history,
boolean showPathToRoot)
throws DataAdapterException
readTerms
protected java.lang.Object readTerms()
throws DataAdapterException
loadProfile
protected void loadProfile(GOFlatFileGUI.FileProfile fileProfile)
storeProfile
protected void storeProfile(GOFlatFileGUI.FileProfile fileProfile)
deleteProfile
protected void deleteProfile()
setProperties
public void setProperties(java.util.Properties in)
encodeFileProfile
private void encodeFileProfile(GOFlatFileGUI.FileProfile fileProfile,
int index,
java.util.Properties out)
getProperties
public java.util.Properties getProperties()