Examples of PlugInClassListSelectionDescriptor


Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

    }
    catch (final PlugInException e1) {
      platform.handleError(e1.toString(),e1);
      return;
    }
    final DataDescriptor formatDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.MESSAGE_SELECT_INPUT_FORMAT"),CoreMessages.getString("ProbeMakerPlugIn.TOOL_TIP_SELECT_INPUT_FORMAT"),"FORMAT",formatClasses,true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    final DataDescriptor replaceDesc = new BooleanDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_REPLACE_PROBES"),CoreMessages.getString("ProbeMakerPlugIn.TOOLTIP_REPLACE_PROBES"),"REPLACE"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

    if (importProbesData == null) {
      importProbesData = new DefaultDataHolder(new DataDescriptor[] {formatDesc, replaceDesc});
    }
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

      platform.handleError(e1.toString(),e1);
      return;
    }

    //Get acceptor and selector, quit if cancelled
    final DataDescriptor acceptorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_ACCEPTOR"),null,"ACCEPTOR",acceptorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor selectorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_SELECTOR"),null,"SELECTOR",selectorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor constructorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_CHOOSE_TSSCON"),null,"CONSTRUCTOR",constructorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor resetTagsDesc = new BooleanDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_RESET_TAG_LIBRARIES"),null,"RESET_TAGS"); //$NON-NLS-1$ //$NON-NLS-2$

    if (designJobData == null) {

      designJobData = new DefaultDataHolder(new DataDescriptor[] {
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

    }
    catch (final PlugInException e1) {
      platform.handleError(e1.toString(),e1);
      return;
    }
    final DataDescriptor formatDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.MESSAGE_SELECT_INPUT_FORMAT"),CoreMessages.getString("ProbeMakerPlugIn.TOOL_TIP_SELECT_INPUT_FORMAT"),"FORMAT",formatClasses,true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    final DataDescriptor replaceDesc = new BooleanDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_REPLACE_PROBES"),CoreMessages.getString("ProbeMakerPlugIn.TOOLTIP_REPLACE_PROBES"),"REPLACE"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

    if (importProbesData == null) {
      importProbesData = new DefaultDataHolder(new DataDescriptor[] {formatDesc, replaceDesc});
    }
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

      platform.handleError(e1.toString(),e1);
      return;
    }

    //Get acceptor and selector, quit if cancelled
    final DataDescriptor acceptorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_ACCEPTOR"),null,"ACCEPTOR",acceptorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor selectorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_SELECTOR"),null,"SELECTOR",selectorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor constructorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_CHOOSE_TSSCON"),null,"CONSTRUCTOR",constructorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor resetTagsDesc = new BooleanDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_RESET_TAG_LIBRARIES"),null,"RESET_TAGS"); //$NON-NLS-1$ //$NON-NLS-2$

    if (designJobData == null) {

      designJobData = new DefaultDataHolder(new DataDescriptor[] {
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

    }
    catch (final PlugInException e1) {
      platform.handleError(e1.toString(),e1);
      return;
    }
    final DataDescriptor formatDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.MESSAGE_SELECT_INPUT_FORMAT"),CoreMessages.getString("ProbeMakerPlugIn.TOOL_TIP_SELECT_INPUT_FORMAT"),"FORMAT",formatClasses,true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    final DataDescriptor replaceDesc = new BooleanDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_REPLACE_PROBES"),CoreMessages.getString("ProbeMakerPlugIn.TOOLTIP_REPLACE_PROBES"),"REPLACE"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

    if (importProbesData == null) {
      importProbesData = new DefaultDataHolder(new DataDescriptor[] {formatDesc, replaceDesc});
    }
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

      platform.handleError(e1.toString(),e1);
      return;
    }

    //Get acceptor and selector, quit if cancelled
    final DataDescriptor acceptorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_ACCEPTOR"),null,"ACCEPTOR",acceptorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor selectorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_SELECTOR"),null,"SELECTOR",selectorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor constructorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_CHOOSE_TSSCON"),null,"CONSTRUCTOR",constructorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor resetTagsDesc = new BooleanDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_RESET_TAG_LIBRARIES"),null,"RESET_TAGS"); //$NON-NLS-1$ //$NON-NLS-2$

    if (designJobData == null) {

      designJobData = new DefaultDataHolder(new DataDescriptor[] {
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

    }
    catch (final PlugInException e1) {
      platform.handleError(e1.toString(),e1);
      return;
    }
    final DataDescriptor formatDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.MESSAGE_SELECT_INPUT_FORMAT"),CoreMessages.getString("ProbeMakerPlugIn.TOOL_TIP_SELECT_INPUT_FORMAT"),"FORMAT",formatClasses,true); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    final DataDescriptor replaceDesc = new BooleanDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_REPLACE_PROBES"),CoreMessages.getString("ProbeMakerPlugIn.TOOLTIP_REPLACE_PROBES"),"REPLACE"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$

    if (importProbesData == null) {
      importProbesData = new DefaultDataHolder(new DataDescriptor[] {formatDesc, replaceDesc});
    }
View Full Code Here

Examples of net.sf.apptools.data.PlugInClassListSelectionDescriptor

      platform.handleError(e1.toString(),e1);
      return;
    }

    //Get acceptor and selector, quit if cancelled
    final DataDescriptor acceptorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_ACCEPTOR"),null,"ACCEPTOR",acceptorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor selectorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_CHOOSE_SELECTOR"),null,"SELECTOR",selectorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor constructorDesc = new PlugInClassListSelectionDescriptor(CoreMessages.getString("ProbeMakerPlugIn.NAME_CHOOSE_TSSCON"),null,"CONSTRUCTOR",constructorClasses,true); //$NON-NLS-1$ //$NON-NLS-2$
    final DataDescriptor resetTagsDesc = new BooleanDescriptor(CoreMessages.getString("DesignJobDialog.CAPTION_RESET_TAG_LIBRARIES"),null,"RESET_TAGS"); //$NON-NLS-1$ //$NON-NLS-2$

    if (designJobData == null) {

      designJobData = new DefaultDataHolder(new DataDescriptor[] {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.