|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
info.webinsel.util.swing.OkCancelApplyDialog
info.webinsel.util.swing.OkCancelApplyHelpDialog
info.webinsel.wikihelp.client.OkCancelApplyWikiHelpDialog
info.bioinfweb.treegraph.gui.dialogs.EditDialog
info.bioinfweb.treegraph.gui.dialogs.io.FileDialog
info.bioinfweb.treegraph.gui.dialogs.io.AddSupportValuesDialog
public class AddSupportValuesDialog
Nested Class Summary |
---|
Nested classes/interfaces inherited from class info.bioinfweb.treegraph.gui.dialogs.io.FileDialog |
---|
FileDialog.Option |
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
private JRadioButton |
branchDataRadioButton
|
private JRadioButton |
branchLengthsRadioButton
|
private JFileChooser |
fileChooser
|
private JPanel |
fileChooserPanel
|
private JPanel |
idNamePanel
|
private JTextField |
idNameTextField
|
private ButtonGroup |
importButtonGroup
|
private JPanel |
importPanel
|
private JPanel |
jContentPane
|
private JRadioButton |
labelRadioButton
|
private NexusFilter |
nexusFilter
|
private JRadioButton |
nodeDataRadioButton
|
private JRadioButton |
nodeNamesRadioButton
|
private JLabel |
prefixLabel
|
private static long |
serialVersionUID
|
private ButtonGroup |
targetDataButtonGroup
|
private JPanel |
targetTypePanel
|
private NodeBranchDataInput |
terminalDataInput
|
private JLabel |
terminalsLabel
|
private JPanel |
terminalsPanel
|
private JCheckBox |
translateInternalsCheckBox
|
Fields inherited from class info.webinsel.wikihelp.client.OkCancelApplyWikiHelpDialog |
---|
UNDEFINED_HELP_CODE |
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
AddSupportValuesDialog(Frame owner)
|
Method Summary | |
---|---|
private JRadioButton |
getBranchDataRadioButton()
This method initializes branchDataRadioButton |
private JRadioButton |
getBranchLengthsRadioButton()
This method initializes branchLengthsRadioButton |
protected JFileChooser |
getFileChooser()
This method initializes fileChooser |
private JPanel |
getFileChooserPanel()
This method initializes fileChooserPanel |
private JPanel |
getIdNamePanel()
This method initializes idNamePanel |
private JTextField |
getIDNameTextField()
This method initializes idNameTextField |
private ButtonGroup |
getImportButtonGroup()
|
private JPanel |
getImportPanel()
This method initializes importPanel |
private JPanel |
getJContentPane()
This method initializes jContentPane |
private JRadioButton |
getLabelRadioButton()
This method initializes labelRadioButton |
private JRadioButton |
getNodeDataRadioButton()
This method initializes nodeDataRadioButton |
private JRadioButton |
getNodeNamesRadioButton()
This method initializes nodeNamesRadioButton |
private ButtonGroup |
getTargetDataButtonGroup()
|
private JPanel |
getTargetTypePanel()
This method initializes targetTypePanel |
NodeBranchDataInput |
getTerminalDataInput()
|
private JPanel |
getTerminalsPanel()
This method initializes terminalsPanel |
private JCheckBox |
getTranslateInternalsCheckBox()
This method initializes translateInternalsCheckBox |
private void |
initialize()
This method initializes this |
protected boolean |
onApply(File file)
This method is called in the implementation of apply if an valid file was selected. |
protected boolean |
onExecute()
|
Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.io.FileDialog |
---|
apply, getSelectedFile |
Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.EditDialog |
---|
execute, getDocument, getSelectedAdapter, getSelection, setDocument, setSelectedAdapter, setSelection |
Methods inherited from class info.webinsel.wikihelp.client.OkCancelApplyWikiHelpDialog |
---|
getHelpCode, getWikiHelp, help, setHelpCode |
Methods inherited from class info.webinsel.util.swing.OkCancelApplyHelpDialog |
---|
addMoreButtons |
Methods inherited from class info.webinsel.util.swing.OkCancelApplyDialog |
---|
execute, getApplyButton, getButtonsPanel, getCancelButton, getOkButton |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private JPanel jContentPane
private JPanel fileChooserPanel
private JFileChooser fileChooser
private JPanel idNamePanel
private JTextField idNameTextField
private NodeBranchDataInput terminalDataInput
private JLabel prefixLabel
private JPanel targetTypePanel
private JRadioButton labelRadioButton
private JRadioButton branchDataRadioButton
private JRadioButton nodeDataRadioButton
private JPanel terminalsPanel
private JLabel terminalsLabel
private ButtonGroup targetDataButtonGroup
private ButtonGroup importButtonGroup
private JCheckBox translateInternalsCheckBox
private JPanel importPanel
private JRadioButton nodeNamesRadioButton
private JRadioButton branchLengthsRadioButton
private NexusFilter nexusFilter
Constructor Detail |
---|
public AddSupportValuesDialog(Frame owner)
owner
- Method Detail |
---|
protected boolean onExecute()
onExecute
in class EditDialog
protected boolean onApply(File file)
FileDialog
onApply
in class FileDialog
file
- the file selected by the user
private void initialize()
private JPanel getJContentPane()
private JPanel getFileChooserPanel()
protected JFileChooser getFileChooser()
getFileChooser
in class FileDialog
private JPanel getIdNamePanel()
private JTextField getIDNameTextField()
private JPanel getTargetTypePanel()
private JRadioButton getLabelRadioButton()
private JRadioButton getBranchDataRadioButton()
private JRadioButton getNodeDataRadioButton()
private ButtonGroup getTargetDataButtonGroup()
private ButtonGroup getImportButtonGroup()
private JPanel getTerminalsPanel()
public NodeBranchDataInput getTerminalDataInput()
private JCheckBox getTranslateInternalsCheckBox()
private JPanel getImportPanel()
private JRadioButton getNodeNamesRadioButton()
private JRadioButton getBranchLengthsRadioButton()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |