Changing the display mode can only be done when in full-screen exclusive mode. To change the display mode, call thesetDisplayModemethod with the desired display mode. A runtime exception will be thrown if the d
Whenever it is invoked on the same object more than once during an execution of a Java application, thehashCodemethod must consistently return the same integer, provided no information used inequalscomparisons on the object is modified. This integer need not remain consistent from one execution of...
The default implementation of this method simply returns this charset's canonical name. Concrete subclasses of this class may override this method in order to provide a localized display name. Java documentation for java.nio.charset.Charset.displayName(java.util.Locale). Portions of this page are ...
Locale.GetDisplayLanguage(Locale) Method Reference Feedback Definition Namespace: Java.Util Assembly: Mono.Android.dll Returns the name of this locale's language, localized to locale. C# 複製 [Android.Runtime.Register("getDisplayLanguage", "(Ljava/util/Locale;)Ljava/lang/String;", "")]...
Each call to this method returns a new instance of a context object. Context objects are not shared; however, common state (such as the ClassLoader and other resources for the same configuration) can be shared, so the Context itself is lightweight. Note: This Context is not expected to be...
This method is executed one time for each record before the record is displayed in a form. The displayOption method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click displayOption. The following example overr...
To display the map in the map view, call the MapView.setMap() method, passing the newly created ArcGISMap as a parameter. App.java Expand 55 56 57 58 59 ArcGISMap map = new ArcGISMap(BasemapStyle.ARCGIS_TOPOGRAPHIC); // set the map on the map view mapView.setMap(map); Expand...
LocalServerMethodRoute 对象定义 gobeDeveloperCode ActionArgs RoomInfo RouterInfo UpdateRoomInfo CacheValue PlayerInfo RecvFromClientInfo RecvFrameMessage FrameInfo FrameExtInfo PlayerStatusInfo FramePlayerPropInfo FramePlayerInfo FrameRoomInfo BaseResponse AuthRespons...
Method Detail setDisplayLanguageCode public void setDisplayLanguageCode(String displayLanguageCode) Language code passed in with the request. Parameters: displayLanguageCode - Language code passed in with the request. getDisplayLanguageCode public String getDisplayLanguageCode() Lang...
This means that the text written to the display after a call to this method will use the newly set color. Text that is not be overwritten remains in its original color. So a call to setText(java.lang.String) that affects the entire display will cause the entire display written with ...