|
||||||||||
| 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.DataTableDialog
public class DataTableDialog
| 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 |
| 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 | |
|---|---|
DataTableDialog(Frame owner)
|
|
| Method Summary | |
|---|---|
protected boolean |
apply()
|
private void |
assignDocument(Document document)
|
private boolean |
executeDialog(EditDialog dialog)
|
private JButton |
getAddToValuesButton()
This method initializes addToValuesButton |
private JButton |
getApplyNameTableButton()
This method initializes applyNameTableButton |
private JButton |
getCopyButton()
This method initializes copyButton |
private JSplitPane |
getDataSplitPane()
This method initializes dataSplitPane |
private JButton |
getDeleteButton()
This method initializes deleteButton |
private JPanel |
getEditButtonsPanel()
This method initializes editButtonsPanel |
private JButton |
getExportButton()
This method initializes exportButton |
private JButton |
getExpValuesButton()
This method initializes expValuesButton |
private JFileChooser |
getFileChooser()
|
private JButton |
getImportButton()
This method initializes importButton |
private JButton |
getIntervalButton()
This method initializes IntervalButton |
private JPanel |
getJContentPane()
This method initializes jContentPane |
private JButton |
getLogValuesButton()
This method initializes logButton |
private JButton |
getMultiplyValuesButton()
This method initializes multiplyValuesButton |
private JButton |
getRaiseToButton()
This method initializes raiseToButton |
private JButton |
getRenameIDButton()
This method initializes renameIDButton |
private JButton |
getReplaceButton()
This method initializes replaceButton |
private JButton |
getSetDecimalToAllButton()
This method initializes setDecimalToAllButton |
private JButton |
getSetTextToAllButton()
This method initializes setTextToAllButton |
private JTable |
getTable()
This method initializes table |
private NodeDataTableModel |
getTableModel()
|
private JScrollPane |
getTableScrollPane()
This method initializes tableScrollPane |
private JScrollPane |
getTreeScrollPane()
This method initializes treeScrollPane |
private TreeViewPanel |
getTreeViewPanel()
This method initializes treeViewPanel |
private void |
initialize()
This method initializes this |
protected boolean |
onExecute()
|
private void |
setButtonStatus()
|
private void |
setColumnWidths()
|
| 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 |
|---|
public static final String EXPORT_FILE_EXT
public static final int DEFAULT_TREE_VIEW_WIDTH
public static final int DATA_COLUMN_WIDTH
public static final int DECIMAL_COLUMN_WIDTH
private static final long serialVersionUID
private DataTableDialog self
private ExportNodeDataDialog exportDialog
private JFileChooser fileChooser
private AssignImportColumnsDialog assignImportDialog
private CopyNodeDataDialog copyDialog
private info.webinsel.util.swing.DecimalInputDialog decimalInputDialog
private ApplyNameTableDialog nameTableDialog
private ReplaceInNodeDataDialog replaceDialog
private RenameIDDialog renameIDDialog
private IntervalDialog intervalDialog
private JPanel jContentPane
private JPanel editButtonsPanel
private JButton deleteButton
private JButton copyButton
private JButton importButton
private JButton exportButton
private JButton addToValuesButton
private JButton multiplyValuesButton
private JSplitPane dataSplitPane
private TreeViewPanel treeViewPanel
private JScrollPane tableScrollPane
private JTable table
private JScrollPane treeScrollPane
private JButton applyNameTableButton
private JButton renameIDButton
private JButton logValuesButton
private JButton expValuesButton
private JButton raiseToButton
private JButton replaceButton
private JButton setDecimalToAllButton
private JButton setTextToAllButton
private JButton IntervalButton
| Constructor Detail |
|---|
public DataTableDialog(Frame owner)
owner - | Method Detail |
|---|
private boolean executeDialog(EditDialog dialog)
private void setColumnWidths()
private void assignDocument(Document document)
protected boolean onExecute()
onExecute in class EditDialogprotected boolean apply()
apply in class info.webinsel.util.swing.OkCancelApplyDialogprivate void setButtonStatus()
private NodeDataTableModel getTableModel()
private void initialize()
private JFileChooser getFileChooser()
private JPanel getJContentPane()
private JPanel getEditButtonsPanel()
private JButton getImportButton()
private JButton getExportButton()
private JButton getAddToValuesButton()
private JButton getMultiplyValuesButton()
private JButton getDeleteButton()
private JButton getCopyButton()
private JSplitPane getDataSplitPane()
private TreeViewPanel getTreeViewPanel()
private JScrollPane getTableScrollPane()
private JTable getTable()
private JScrollPane getTreeScrollPane()
private JButton getApplyNameTableButton()
private JButton getRenameIDButton()
private JButton getLogValuesButton()
private JButton getExpValuesButton()
private JButton getRaiseToButton()
private JButton getReplaceButton()
private JButton getSetDecimalToAllButton()
private JButton getSetTextToAllButton()
private JButton getIntervalButton()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||