Package org.typeexit.kettle.plugin.steps.ruby.RubyStepMeta

Examples of org.typeexit.kettle.plugin.steps.ruby.RubyStepMeta.RubyVersion


    wRubyCompat.addSelectionListener(new SelectionAdapter() {

      @Override
      public void widgetSelected(SelectionEvent e) {
        RubyVersion newVersion = wRubyCompat.getSelectionIndex() == 0 ? RubyVersion.RUBY_1_8 : RubyVersion.RUBY_1_9;
        syntaxHighlighter.newRubyVersionSelected(newVersion);
        parseErrorHelper.newRubyVersionSelected(newVersion);
        input.setChanged();
        changedInDialog = true;
      }
View Full Code Here

TOP

Related Classes of org.typeexit.kettle.plugin.steps.ruby.RubyStepMeta.RubyVersion

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.