Package com.sdm.quasar.client.swing.commands.adapters

Class Summary
AbstractButtonCommandAdapter The AbstractButtonCommandAdapter is an bidirectional adapter between an AbstractButton and a Command: It trigges the Command, when the ActionEvent is fired and it sets the enabled state of the AbstractButton due to the executable BooleanState of the Command.
JComboBoxCommandAdapter The JComboBoxCommandAdapter is an bidirectional adapter between an JComboBox and a Command: It trigges the Command, when the ActionEvent is fired and it sets the state of the JComboBox due to the executable BooleanState of the Command.
JComponentCommandAdapter The JComponentCommandAdapter is an bidirectional adapter between a JComponent that fires action events and the command interface of the quasar client.
JTableDoubleClickCommandAdapter The JTableDoubleClickCommandAdapter is an adapter between a JTable and a Command: It trigges the Command, when a row is selected via double click.
JTreeSelectionCommandAdapter The JTreeSelectionCommandAdapter is an adapter between a JTree and a Command: It trigges the Command, when a TreeSelectionEvent is fired.
ListSelectionCommandAdapter The ListSelectionCommandAdapter is an adapter between a ListSelectionModeland a Command: It trigges the Command, when a ListSelectionEvent is fired.
WindowClosingCommandAdapter The WindowClosingCommandAdapter is an adapter between a Windowsand a Command: It trigges the Command, when a WindowEvent is fired signalling the closing of the window.