I\'m working in a desktop app, and we\'re using Eclipse RCP with Ec开发者_Go百科lipseLink. All my database configuration is inside a class, but I\'ll need these thing (database URL, password, username
I am trying to ad开发者_如何学God a PaintListener to draw a top border on a Composite : pageComposite.addPaintListener(new PaintListener(){
I would like to add a GraphicalEditor to a multipage editor. However, when I simply call addPage(new MyEditor())开发者_StackOverflow社区;
I have a multipage editor to which I want to add a page if the user double cliks on a box in another page of the开发者_如何学Python multipage editor (which is a graphical editor). Is this possible?
Do I have to download and install t开发者_开发问答hem separately? Or just the RCP package? Kinda confused.The Eclipse RCP includes Eclipse for Java plus all tools needed to create eclipse plugins and
I have a RCP application. Its default perspective opens two views on thew left and the bottom, in relation to the editor area. The option SaveAndRestore is set to true.
The Java UI plugin provides the Interface ISharedImages to access standard images which can be used in own plugins开发者_开发知识库.
I want a customized StyledText widget which开发者_StackOverflow社区 can accept a keyword list,then highlight these keywords!
I\'m develpping an RCP user interface. I have a multipage editor in which pages are editors (EditorPart). From a first page in my multipage editor I want to open a second one if a button is pressed. I
I had create a simple keywords highlighting editor, it just wrap a StyledText widget: public class SQLSegmentEditor extends Composite {