MCPcopy Create free account
hub / github.com/GateNLP/gate-core / actionPerformed

Method actionPerformed

src/main/java/gate/gui/OptionsDialog.java:268–277  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

266 protected void initListeners(){
267 lnfCombo.addActionListener(new ActionListener() {
268 @Override
269 public void actionPerformed(ActionEvent e) {
270 if(!lookAndFeelClassName.equals(
271 ((LNFData)lnfCombo.getSelectedItem()).className)
272 ){
273 dirtyGUI = true;
274 lookAndFeelClassName = ((LNFData)lnfCombo.getSelectedItem()).
275 className;
276 }
277 }
278 });
279
280 fontChooser.addPropertyChangeListener(new PropertyChangeListener() {

Callers

nothing calls this directly

Calls 7

selectedFontChangedMethod · 0.95
showDialogMethod · 0.95
isSelectedMethod · 0.80
setFontValueMethod · 0.80
equalsMethod · 0.65
getSelectedItemMethod · 0.45
packMethod · 0.45

Tested by

no test coverage detected