Package org.openbp.jaspira.action

Examples of org.openbp.jaspira.action.JaspiraToolbarButton.invalidate()


        JaspiraToolbarButton button = new JaspiraToolbarButton(action);
        button.setSelected(filter.isActive());

        toolbar.add(button);
        button.invalidate();

        // Create the configuration component if available
        JComponent filterComponent = filter.getConfigurationComponent();
        if (filterComponent != null)
        {
View Full Code Here


            toggle.setSelected(containsItemType(itemType));
            toggle.setBackground(SkyTheme.COLOR_BACKGROUND_LIGHT);

            toolbar.add(toggle);

            toggle.invalidate();
            toolbar.invalidate();
          }

          JLabel label = new JLabel(getItemFilterResource().getRequiredString("type"));
          label.setBorder(new EmptyBorder(0, 0, 0, 5));
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.