MCPcopy Create free account
hub / github.com/beanshell/beanshell / propertyChange

Method propertyChange

src/bsh/util/JConsole.java:701–705  ·  view source on GitHub ↗
(PropertyChangeEvent event)

Source from the content-addressed store, hash-verified

699
700 // property change
701 public void propertyChange(PropertyChangeEvent event) {
702 if (event.getPropertyName().equals("lookAndFeel")) {
703 SwingUtilities.updateComponentTreeUI(menu);
704 }
705 }
706
707 // handle cut, copy and paste
708 public void actionPerformed(ActionEvent event) {

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected