2003-10-11 Michael Koch <konqueror@gmx.de>
* java/awt/ActiveEvent.java * java/awt/datatransfer/ClipboardOwner.java * java/awt/datatransfer/FlavorMap.java * java/awt/datatransfer/Transferable.java * java/awt/dnd/Autoscroll.java * java/awt/dnd/peer/DragSourceContextPeer.java * java/awt/dnd/peer/DropTargetContextPeer.java * java/awt/dnd/peer/DropTargetPeer.java * java/awt/font/MultipleMaster.java * java/awt/font/OpenType.java * java/awt/im/spi/InputMethodDescriptor.java * java/awt/image/ImageObserver.java * java/awt/image/ImageConsumer.java * java/awt/image/ImageProducer.java * java/awt/image/RGBImageFilter.java * java/awt/image/RasterOp.java * java/awt/image/renderable/RenderableImage.java From-SVN: r72341
This commit is contained in:
parent
b46f35f3a8
commit
00f4a3fb56
18 changed files with 119 additions and 92 deletions
|
@ -88,8 +88,8 @@ public interface InputMethodDescriptor
|
|||
* @param displayLanguage the language of the result
|
||||
* @return the name of the input method when using the given inputLocale
|
||||
*/
|
||||
public String getInputMethodDisplayName(Locale inputLocale,
|
||||
Locale displayLanguage);
|
||||
String getInputMethodDisplayName(Locale inputLocale,
|
||||
Locale displayLanguage);
|
||||
|
||||
/**
|
||||
* Returns a 16x16 icon for the input locale. The inputLocale parameter
|
||||
|
@ -99,7 +99,7 @@ public interface InputMethodDescriptor
|
|||
* @param inputLocale the locale of the input method, or null
|
||||
* @return a 16x16 icon for the input method when using the given inputLocale
|
||||
*/
|
||||
public Image getInputMethodIcon(Locale inputLocale);
|
||||
Image getInputMethodIcon(Locale inputLocale);
|
||||
|
||||
/**
|
||||
* Creates a new instance of the input method.
|
||||
|
@ -107,5 +107,7 @@ public interface InputMethodDescriptor
|
|||
* @return the newly created input method
|
||||
* @throws Exception if anything goes wrong
|
||||
*/
|
||||
public InputMethod createInputMethod() throws Exception;
|
||||
InputMethod createInputMethod() throws Exception;
|
||||
|
||||
} // interface InputMethodDescriptor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue