facebook

Extending matisse palette programmatically

  1. MyEclipse Archived
  2.  > 
  3. Matisse/Swing UI Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259475 Reply

    tekwojenski
    Member

    I asked this questions before, but it got lost in the long list of responces.

    I would like to write my own plugin to extend the Matisse Palette with my own javabeans. I understand that you are currently working on doing this via the GUI, but any plans on exposing this functionality via the plugin.xml file?

    I’m able to add javabeans to VE (Visual Editor) with:
    Code:
    <extension point=”org.eclipse.ve.java.core.contributors”>
    <palette container=”MY_CONTAINER”
    categories=”palette/xttvisualbeanscats.xmi” loc=”last”>
    </palette>
    </extension>

    and the xttvisualbeanscats.xmi file that defines the javabeans. I’m really looking to run away from VE as fast as I can 🙂 But will you be able to provide some similar extenation APIs?

    Thanks

    Tek

    #259492 Reply

    tekwojenski
    Member

    Additionally, can we define more palette groups? Are we restricted to only using ‘Custom’?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Extending matisse palette programmatically

You must be logged in to post in the forum log in