Package jaxx.runtime.swing.config
Class ConfigCategoryUIHandler
java.lang.Object
jaxx.runtime.swing.config.ConfigCategoryUIHandler
public class ConfigCategoryUIHandler
extends java.lang.Object
Handler of
ConfigCategoryUI.- Since:
- 2.5.11
- Author:
- Tony Chemit - chemit@codelutin.com
-
Constructor Summary
Constructors Constructor Description ConfigCategoryUIHandler(ConfigCategoryUI ui) -
Method Summary
Modifier and Type Method Description voidcopyCellValue()voidinit()voidopenTablePopupMenu(java.awt.event.MouseEvent e, javax.swing.JPopupMenu popup)voidresetOptionValue()voidupdateDescriptionText()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConfigCategoryUIHandler
-
-
Method Details
-
init
public void init() -
updateDescriptionText
public void updateDescriptionText() -
copyCellValue
public void copyCellValue() -
resetOptionValue
public void resetOptionValue() -
openTablePopupMenu
public void openTablePopupMenu(java.awt.event.MouseEvent e, javax.swing.JPopupMenu popup)
-