Class CSSPropertyTabTextMinimumCharactersSWTHandler

java.lang.Object
org.eclipse.e4.ui.css.swt.properties.AbstractCSSPropertySWTHandler
org.eclipse.e4.ui.css.swt.properties.custom.CSSPropertyTabTextMinimumCharactersSWTHandler
All Implemented Interfaces:
ICSSPropertyHandler

public class CSSPropertyTabTextMinimumCharactersSWTHandler extends AbstractCSSPropertySWTHandler
CSS property to influence the minimum number of characters for rendering tab text and size Can be used in CSS Scratch Pad with the property name "swt-tab-text-minimum-characters", for example: CTabFolder { swt-tab-text-minimum-characters: 20 } Default value for the property is 1.
  • Constructor Details

    • CSSPropertyTabTextMinimumCharactersSWTHandler

      public CSSPropertyTabTextMinimumCharactersSWTHandler()
  • Method Details