Hi,
I was using core library and I want to use now the common library
How can I specify in the common library:
- TabPainter. In core library I was using :
[SIZE=2]TabPainter painter = new TabPainter() {...}
[/SIZE][SIZE=2]controller.getProperties().set(EclipseTheme.TAB_PAINTER, painter); [/SIZE]
- Theme Connector, In core library I was using :
[SIZE=2][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]EclipseThemeConnector connector = new DefaultEclipseThemeConnector() {...}[/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
[SIZE=2][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f] [SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]controller.getProperties().set(EclipseTheme.THEME_CONNECTOR, connector);
[/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
- Combined menu content, In core library, I was using:
[SIZE=2]CombinedMenuContent combinedMenuContent = new [SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]
CombinedMenuContent {...}
[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]controller.getProperties().set(CombinedMenuContent.MENU_CONTENT, combinedMenuContent );
[/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE][/COLOR][/SIZE]
-
Eclipse Color scheme
-
Maximise/Normalise and close icons[SIZE=2]
[/SIZE]Thank you