クラス org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu

org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenuに対する継承グラフ

Inheritance graph
[凡例]
org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenuのコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

説明

This class defines a LogEditPopUpMenu

作者:
Nicolas Modrzyk
バージョン:
1.0

LogEditPopUpMenu.java41 行で定義されています。

Public メソッド

 LogEditPopUpMenu (CjdbcGui gui, String controllerName, JTextPane logConfigTextPane)
void actionPerformed (ActionEvent e)

Private 変数

JTextPane logConfigTextPane
String controllerName


コンストラクタとデストラクタ

org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.LogEditPopUpMenu CjdbcGui  gui,
String  controllerName,
JTextPane  logConfigTextPane
 

Creates a new LogEditPopUpMenu object

引数:
gui link to the main gui
logConfigTextPane the reference to the edit panel
controllerName the name of the controller that sent those logs
LogEditPopUpMenu.java53 行で定義されています。
00055 { 00056 super(gui); 00057 this.logConfigTextPane = logConfigTextPane; 00058 this.controllerName = controllerName; 00059 00060 this.add( 00061 new JMenuItem(GuiCommands.COMMAND_CONTROLLER_UPDATE_LOG_CONFIGURATION)) 00062 .addActionListener(this); 00063 this.add( 00064 new JMenuItem(GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_DEBUG)) 00065 .addActionListener(this); 00066 this.add( 00067 new JMenuItem(GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_INFO)) 00068 .addActionListener(this); 00069 }


メソッド

void org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.actionPerformed ActionEvent  e  )  [virtual]
 

参照:
java.awt.event.ActionListener#actionPerformed(java.awt.event.ActionEvent)

org.objectweb.cjdbc.console.gui.popups.AbstractPopUpMenuを実装しています.

LogEditPopUpMenu.java74 行で定義されています。

参照先 org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.controllerName, org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.logConfigTextPane, org.objectweb.cjdbc.console.gui.CjdbcGui.publicActionSetLogConfigurationDebug(), org.objectweb.cjdbc.console.gui.CjdbcGui.publicActionSetLogConfigurationInfo(), と org.objectweb.cjdbc.console.gui.CjdbcGui.publicActionUpdateControllerLogConfiguration().

00075 { 00076 String action = e.getActionCommand(); 00077 if (action.equals(GuiCommands.COMMAND_CONTROLLER_UPDATE_LOG_CONFIGURATION)) 00078 gui.publicActionUpdateControllerLogConfiguration(controllerName, 00079 logConfigTextPane.getText()); 00080 else if (action.equals(GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_DEBUG)) 00081 gui.publicActionSetLogConfigurationDebug(controllerName, 00082 logConfigTextPane.getText()); 00083 else if (action.equals(GuiCommands.COMMAND_CONTROLLER_LOG_CONFIGURATION_INFO)) 00084 gui.publicActionSetLogConfigurationInfo(controllerName, 00085 logConfigTextPane.getText()); 00086 00087 }


変数

String org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.controllerName [private]
 

LogEditPopUpMenu.java44 行で定義されています。

参照元 org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.actionPerformed().

JTextPane org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.logConfigTextPane [private]
 

LogEditPopUpMenu.java43 行で定義されています。

参照元 org.objectweb.cjdbc.console.gui.popups.LogEditPopUpMenu.actionPerformed().


このクラスの説明は次のファイルから生成されました:
CJDBCversion1.0.4に対してTue Oct 12 15:16:23 2004に生成されました。 doxygen 1.3.8