NullInternationalInputContext.java

Go to the documentation of this file.
00001 // (C) 2003 by Dominique Unruh. GPL 00002 00003 import java.net.*; 00004 import javax.swing.*; 00005 import java.util.*; 00006 00011 public class NullInternationalInputContext implements InternationalInputContext { 00012 public void showInfo(String info, boolean log) { 00013 throw new UnsupportedOperationException 00014 ("showInfo(String) unsupported"); } 00015 public URL getDocumentBase() { 00016 throw new UnsupportedOperationException 00017 ("getDocumentBase() unsupported"); } 00018 public void showDocument(URL url, boolean top) { 00019 throw new UnsupportedOperationException 00020 ("showDocument(URL,boolean) unsupported"); } 00021 public void addMenuBar(JMenuBar mb) { 00022 throw new UnsupportedOperationException 00023 ("addMenuBar(JMenuBar) unsupported"); } 00024 public Properties getProperties(String names[]) { 00025 throw new UnsupportedOperationException 00026 ("getProperties(String[]) unsupported"); } 00027 public void setTitleInfo(String info) { 00028 throw new UnsupportedOperationException 00029 ("setTitleInfo(String) unsupported"); } 00030 public void showDocumentFromString(String source) { 00031 throw new UnsupportedOperationException 00032 ("showDocumentFromString(String) unsupported"); } 00033 public boolean isExitAllowed() { 00034 throw new UnsupportedOperationException 00035 ("isExitAllowed() unsupported"); } 00036 }

Generated on Sun Aug 15 11:56:53 2004 for International Input by doxygen 1.3.7