Package org.objectstyle.wolips.ruleeditor.model

Examples of org.objectstyle.wolips.ruleeditor.model.LeftHandSide


    updateRules();
  }

  void updateBottomDisplay() {
    if (rule != null) {
      LeftHandSide lhs = rule.getLeftHandSide();

      lhstext.setText(lhs.toString());

      RightHandSide rhs = rule.getRightHandSide();

      classtext.setText(rhs.getAssignmentClassName());
View Full Code Here

TOP

Related Classes of org.objectstyle.wolips.ruleeditor.model.LeftHandSide

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.