Package org.aspectj.ajde.ui

Examples of org.aspectj.ajde.ui.StructureView


    void separator_button_actionPerformed(ActionEvent e) {

    }

    void view_comboBox_actionPerformed(ActionEvent e) {
      StructureView view = (StructureView)view_comboBox.getSelectedItem();
    viewPanel.setCurrentView(view);
    if (((GlobalStructureView)view).getGlobalViewProperties().getHierarchy()
      == StructureViewProperties.Hierarchy.DECLARATION) {
      granularityCombo.setEnabled(true);
      relationsCombo.setEnabled(true);
View Full Code Here

TOP

Related Classes of org.aspectj.ajde.ui.StructureView

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.