Skip to main content



      Home
Home » Archived » Visual Editor (VE) » toolbar problem
toolbar problem [message #89339] Tue, 03 May 2005 08:46
Eclipse UserFriend
Originally posted by: mike.hotmail.com

Hey,
I have a visual editor and I want to contribute withinn the toolbar. So,
I have a subclass of MultiPageEditorActionBarContributor

public class MyActionBarContributor
extends MultiPageEditorActionBarContributor {

public void setActivePage(IEditorPart part) {
if (activeEditorPart == part)
return;

tbm.add(new Separator());
tbm.add(new Action());
Previous Topic:Using FormAttachment in FormLayout
Next Topic:toolbar problem
Goto Forum:
  


Current Time: Sat May 10 05:33:43 EDT 2025

Powered by FUDForum. Page generated in 0.02577 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top