Uses of Class
overit.geocall.basic.ui.DocType
Packages that use DocType
-
Uses of DocType in overit.geocall.basic.ui
Fields in overit.geocall.basic.ui declared as DocTypeModifier and TypeFieldDescriptionprotected DocTypeWindow._docTypestatic final DocTypeDocType.HTMLDoctype created with the string declaration for HTML 5static final DocTypeDocType.HTML401STRICTDoctype created with the string declaration for HTML 4.01 Strict.static final DocTypeDocType.HTML401TRANSITIONALDoctype created with the string declaration for TML 4.01 Transitional.static final DocTypeDocType.QUIRKSDeprecated.this is not supported anymoreMethods in overit.geocall.basic.ui that return DocTypeModifier and TypeMethodDescriptionWindow.getDocType()Returns theDocTypeof the Windowstatic DocTypeDocType.getInstance(String nick) Returns the instance of DocType that corresponds to the name passed as parameter; if the name isnullor an empty string, it is used, if present, the one set in the configuration file of the application (PropertiesUI.DOC_TYPE)