Ejemplo n.º 1
0
 public KeyStroke getKeyStroke() {
   final String keystrokeResourceName = icon.getKeystrokeResourceName();
   final String keyStrokeDescription =
       getMindMapController().getFrame().getAdjustableProperty(keystrokeResourceName);
   return Tools.getKeyStroke(keyStrokeDescription);
 }
Ejemplo n.º 2
0
 public KeyStroke getKeyStroke() {
   return Tools.getKeyStroke(
       getMindMapController().getFrame().getAdjustableProperty(getKeystrokeResourceName()));
 }