Package org.eclipse.jst.pagedesigner.editors.palette

Examples of org.eclipse.jst.pagedesigner.editors.palette.IPaletteContext


  /**
   * @param file
   * @return IPaletteContext
   */
  public static IPaletteContext createPaletteContext(final IFile file) {
    return new IPaletteContext() {
      public IFile getFile() {
        return file;
      }

      public Object getAdapter(Class adapter) {       
View Full Code Here


  /**
   * @param file
   * @return IPaletteContext
   */
  public static IPaletteContext createPaletteContext(final IFile file) {
    return new IPaletteContext() {
      public IFile getFile() {
        return file;
      }

      public Object getAdapter(Class adapter) {       
View Full Code Here

TOP

Related Classes of org.eclipse.jst.pagedesigner.editors.palette.IPaletteContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.