home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / extplugin.jar / com / extensibility / plugin / api / ResLocationPlugin.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-07-31  |  608 b   |  19 lines

  1. package com.extensibility.plugin.api;
  2.  
  3. public interface ResLocationPlugin extends PluginIntf {
  4.    String PLUGIN_NAME = "ResourceLocation01";
  5.    int DEFAULT_POSITION = 0;
  6.  
  7.    String getName();
  8.  
  9.    int getPosition();
  10.  
  11.    ResLocationPluginPanel getSavePanel(ResLocationContext var1);
  12.  
  13.    ResLocationPluginPanel getOpenPanel(ResLocationContext var1);
  14.  
  15.    boolean canSave(String var1);
  16.  
  17.    boolean canOpen(String var1);
  18. }
  19.