public class OptionsMenuHandler extends java.lang.Object implements java.awt.event.ActionListener, java.awt.event.ItemListener, UserPropertyListener
Constructor and Description |
---|
OptionsMenuHandler(ToolTable tools) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.
|
void |
addMonitorDebugWindow(javax.swing.AbstractButton button)
Adds a abstract button to monitor the visibility of the debug window
|
void |
itemStateChanged(java.awt.event.ItemEvent e)
Invoked when an item has been selected or deselected by the user.
|
void |
removeMonitorDebugWindow(javax.swing.AbstractButton button)
Adds a abstract button to monitor the visibility of the debug window
|
void |
userPropertyChanged(UserPropertyEvent event)
Notified when a user property changes
|
public OptionsMenuHandler(ToolTable tools)
public void addMonitorDebugWindow(javax.swing.AbstractButton button)
public void removeMonitorDebugWindow(javax.swing.AbstractButton button)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener
public void userPropertyChanged(UserPropertyEvent event)
userPropertyChanged
in interface UserPropertyListener