java.lang.Object
org.merlotxml.merlot.plugins.configeditor.ConfigEditorActions
- public class ConfigEditorActions
- extends java.lang.Object
Actions used by the Config Editor Action plugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_actions
public static ConfigEditorActions _actions
- the singleton instance of this class
_addRecordAction
protected ConfigEditorActions.AddRecordAction _addRecordAction
_deleteRecordAction
protected ConfigEditorActions.DeleteRecordAction _deleteRecordAction
_editRecordAction
protected ConfigEditorActions.EditRecordAction _editRecordAction
_raiseRecordAction
protected ConfigEditorActions.RaiseRecordAction _raiseRecordAction
_lowerRecordAction
protected ConfigEditorActions.LowerRecordAction _lowerRecordAction
_applyRecordAction
protected ConfigEditorActions.ApplyRecordAction _applyRecordAction
_resetRecordAction
protected ConfigEditorActions.ResetRecordAction _resetRecordAction
_quitRecordAction
protected ConfigEditorActions.QuitRecordAction _quitRecordAction
_newTableAction
protected ConfigEditorActions.NewTableAction _newTableAction
_newTextAction
protected ConfigEditorActions.NewTextAction _newTextAction
_refreshFileAction
protected ConfigEditorActions.RefreshFileAction _refreshFileAction
_table
private javax.swing.JTable _table
_dialog
private javax.swing.JDialog _dialog
_node
private org.merlotxml.merlot.MerlotDOMNode _node
_child
private org.merlotxml.merlot.MerlotDOMNode _child
_table_model
private javax.swing.table.DefaultTableModel _table_model
_cfgTable
private ConfigEditorCfgPanel _cfgTable
_cfgRecord
private ConfigEditorRecordPanel _cfgRecord
selected
private int[] selected
row
private int row
ConfigEditorActions
public ConfigEditorActions()
getSharedInstance
public static ConfigEditorActions getSharedInstance()
setTable
public void setTable(javax.swing.JTable jt)
getDialog
public javax.swing.JDialog getDialog()
setTableModel
public void setTableModel(javax.swing.table.DefaultTableModel tm)
setCfgTable
public void setCfgTable(ConfigEditorCfgPanel ct)
setNode
public void setNode(org.merlotxml.merlot.MerlotDOMNode n)
setChildNode
public void setChildNode(org.merlotxml.merlot.MerlotDOMNode n)
initActions
private void initActions()
createRecordDialog
public void createRecordDialog(org.merlotxml.merlot.MerlotDOMNode child)