|
||||||||||
| 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.datatable.ExportNodeDataDialog
public class ExportNodeDataDialog
| Nested Class Summary |
|---|
| 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 JButton |
addButton
|
private JButton |
clearButton
|
private JButton |
downButton
|
private JButton |
fileButton
|
private JFileChooser |
fileChooser
|
private JPanel |
filePanel
|
private JTextField |
fileTextField
|
private JPanel |
jContentPane
|
private JPanel |
nodeDataButtonsPanel
|
private NodeDataInput |
nodeDataInput
|
private JPanel |
nodeDataPanel
|
private JButton |
removeButton
|
private JButton |
replaceButton
|
private static long |
serialVersionUID
|
private JTable |
table
|
private JScrollPane |
tableScrollPane
|
private JButton |
upButton
|
| 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 | |
|---|---|
ExportNodeDataDialog(Dialog owner)
|
|
| Method Summary | |
|---|---|
protected boolean |
apply()
|
private JButton |
getAddButton()
This method initializes addButton |
private JButton |
getClearButton()
This method initializes clearButton |
private JButton |
getDownButton()
This method initializes downButton |
private JButton |
getFileButton()
This method initializes fileButton |
private JFileChooser |
getFileChooser()
|
private JPanel |
getFilePanel()
This method initializes filePanel |
private JTextField |
getFileTextField()
This method initializes fileTextField |
private JPanel |
getJContentPane()
This method initializes jContentPane |
private JPanel |
getNodeDataButtonsPanel()
This method initializes nodeDataButtonsPanel |
private NodeDataInput |
getNodeDataInput()
|
private JPanel |
getNodeDataPanel()
This method initializes nodeDataPanel |
private JButton |
getRemoveButton()
This method initializes removeButton |
private JButton |
getReplaceButton()
This method initializes replaceButton |
private JTable |
getTable()
This method initializes table |
private ExportNodeDataTableModel |
getTableModel()
|
private JScrollPane |
getTableScrollPane()
This method initializes tableScrollPane |
private JButton |
getUpButton()
This method initializes upButton |
private void |
initialize()
This method initializes this |
protected boolean |
onExecute()
|
private void |
setButtonStatus()
|
| Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.EditDialog |
|---|
execute, getDocument, getSelection, setDocument, 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 nodeDataPanel
private NodeDataInput nodeDataInput
private JScrollPane tableScrollPane
private JTable table
private JPanel nodeDataButtonsPanel
private JButton addButton
private JButton replaceButton
private JButton removeButton
private JButton clearButton
private JButton upButton
private JButton downButton
private JPanel filePanel
private JTextField fileTextField
private JButton fileButton
private JFileChooser fileChooser
| Constructor Detail |
|---|
public ExportNodeDataDialog(Dialog owner)
owner - | Method Detail |
|---|
protected boolean onExecute()
onExecute in class EditDialogprotected boolean apply()
apply in class info.webinsel.util.swing.OkCancelApplyDialogprivate void setButtonStatus()
private ExportNodeDataTableModel getTableModel()
private void initialize()
private NodeDataInput getNodeDataInput()
private JPanel getJContentPane()
private JPanel getNodeDataPanel()
private JPanel getNodeDataButtonsPanel()
private JScrollPane getTableScrollPane()
private JTable getTable()
private JButton getAddButton()
private JButton getReplaceButton()
private JButton getRemoveButton()
private JButton getClearButton()
private JButton getUpButton()
private JButton getDownButton()
private JPanel getFilePanel()
private JTextField getFileTextField()
private JButton getFileButton()
private JFileChooser getFileChooser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||