home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / CommentPane$Displayable.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  552 b   |  29 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.BaseDeclaration;
  4. import java.util.Vector;
  5.  
  6. interface CommentPane$Displayable {
  7.    boolean hasChanges();
  8.  
  9.    boolean hasPreview();
  10.  
  11.    boolean isEditable();
  12.  
  13.    String getAll();
  14.  
  15.    String getUnkind();
  16.  
  17.    String getUsage();
  18.  
  19.    String getChanges();
  20.  
  21.    String getPreview();
  22.  
  23.    String getName();
  24.  
  25.    void touch(BaseDeclaration var1);
  26.  
  27.    void setComments(Vector var1, String var2);
  28. }
  29.