home *** CD-ROM | disk | FTP | other *** search
- package netscape.application;
-
- public interface ExtendedTarget extends Target {
- String SET_FONT = "setFont";
- String NEW_FONT_SELECTION = "newFontSelection";
- String SHOW_FONT_CHOOSER = "showFontChooser";
- String SHOW_COLOR_CHOOSER = "showColorChooser";
- String COPY = "copy";
- String CUT = "cut";
- String PASTE = "paste";
-
- boolean canPerformCommand(String var1);
- }
-