Extension SDK 9.0.5

oracle.jdeveloper.palette
Interface ConfigureProject


public interface ConfigureProject

The ConfigureProject interface contains a method to be implemented by a PaletteEditor owner who needs project configuration.


Method Summary
 void configure(Context context, JProject project)
          Called by individual palette items when activated.
 

Method Detail

configure

public void configure(Context context,
                      JProject project)
Called by individual palette items when activated. Can register your own ConfigureProject classes by registering with the palette.xml file.


Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.