| 
||||||||||
| 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.ExportTableDialog
public class ExportTableDialog
| 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  JRadioButton | 
bothRadioButton
 | 
private  JButton | 
clearButton
 | 
private  JButton | 
downButton
 | 
static String | 
EXPORT_FILE_EXT
 | 
private  JButton | 
fileButton
 | 
private  JFileChooser | 
fileChooser
 | 
private  JPanel | 
filePanel
 | 
private  JTextField | 
fileTextField
 | 
private  JRadioButton | 
InternalsRadioButton
 | 
private  JPanel | 
jContentPane
 | 
private  JRadioButton | 
LeafsRadioButton
 | 
private  JPanel | 
nodeDataButtonsPanel
 | 
private  NodeBranchDataInput | 
nodeDataInput
 | 
private  JPanel | 
nodeDataPanel
 | 
private  ButtonGroup | 
nodesGroup
 | 
private  JPanel | 
NodesPanel
 | 
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 | |
|---|---|
ExportTableDialog(Frame owner)
 | 
|
| Method Summary | |
|---|---|
protected  boolean | 
apply()
 | 
private  JButton | 
getAddButton()
This method initializes addButton  | 
private  JRadioButton | 
getBothRadioButton()
This method initializes bothRadioButton  | 
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  JRadioButton | 
getInternalsRadioButton()
This method initializes InternalsRadioButton  | 
private  JPanel | 
getJContentPane()
This method initializes jContentPane  | 
private  JRadioButton | 
getLeafsRadioButton()
This method initializes LeafsRadioButton  | 
private  JPanel | 
getNodeDataButtonsPanel()
This method initializes nodeDataButtonsPanel  | 
private  NodeBranchDataInput | 
getNodeDataInput()
 | 
private  JPanel | 
getNodeDataPanel()
This method initializes nodeDataPanel  | 
private  ButtonGroup | 
getNodesGroup()
 | 
private  JPanel | 
getNodesPanel()
This method initializes NodesPanel  | 
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, 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 | 
|---|
public static final String EXPORT_FILE_EXT
private static final long serialVersionUID
private JPanel jContentPane
private JPanel nodeDataPanel
private NodeBranchDataInput 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
private JPanel NodesPanel
private ButtonGroup nodesGroup
private JRadioButton InternalsRadioButton
private JRadioButton LeafsRadioButton
private JRadioButton bothRadioButton
| Constructor Detail | 
|---|
public ExportTableDialog(Frame 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 NodeBranchDataInput 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()
private JPanel getNodesPanel()
private ButtonGroup getNodesGroup()
private JRadioButton getInternalsRadioButton()
private JRadioButton getLeafsRadioButton()
private JRadioButton getBothRadioButton()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||