Package org.pentaho.openformula.ui.util

Examples of org.pentaho.openformula.ui.util.TooltipLabel


        new SelectFieldAction(this, new FieldSelectorUpdateHandler(parameterPosition), this);
    // treat insert field as parameter edit
    selectFieldAction.setFocusReturn(paramTextField);

    final BorderlessButton button = new BorderlessButton(selectFieldAction);
    final TooltipLabel tooltipLabel = new TooltipLabel(description);

    GridBagConstraints gbc = new GridBagConstraints();
    gbc.gridx = 0;
    gbc.gridy = parameterPosition;
    gbc.anchor = GridBagConstraints.WEST;
View Full Code Here

TOP

Related Classes of org.pentaho.openformula.ui.util.TooltipLabel

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.