⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 timezonebean.ctxt

📁 blueJproject 的源代码
💻 CTXT
字号:
#BlueJ class context
comment0.target=class\ TimeZoneBean
comment0.text=\nThis\ bean\ formats\ the\ local\ time\ of\ day\ for\ a\ given\ date\nand\ city.\n
comment1.params=id\ city
comment1.target=boolean\ timeZoneIDmatch(String,String)
comment1.text=\nChecks\ whether\ a\ time\ zone\ ID\ matches\ a\ city\n@param\ id\ the\ time\ zone\ ID\ (e.g.\ "America/Los_Angeles")\n@param\ aCity\ the\ city\ to\ match\ (e.g.\ "Los\ Angeles")\n@return\ true\ if\ the\ ID\ and\ city\ match\n\n
comment10.params=
comment10.target=TimeZoneBean()
comment10.text=\nInitializes\ the\ formatter.\n\n
comment11.target=zone
comment12.target=cities
comment13.params=aCity
comment13.target=void\ setCityToRemove(String)
comment13.text=\nSetter\ for\ the\ cityToRemove\ property\n@param\ aCity\ the\ city\ to\ remove\n\n
comment14.params=city
comment14.target=String\ getZoneNameFromDB(String)
comment15.target=cityToRemove
comment16.params=aCity
comment16.target=void\ setCity(String)
comment16.text=\nSetter\ for\ city\ property.\n@param\ aCity\ the\ city\ to\ add\ to\ the\ list\ of\ cities\n\n
comment2.target=timeFormatter
comment3.params=
comment3.target=String\ addCity()
comment3.text=\nAction\ for\ adding\ a\ city.\n@return\ "available"\ if\ time\ zone\ information\ is\ available\ for\ the\ city,\n"unavailable"\ otherwise\n\n
comment4.params=
comment4.target=String\ removeCity()
comment4.text=\nAction\ for\ removing\ a\ city.\n@return\ null\ if\ there\ are\ more\ cities\ to\ remove,\ "back"\ otherwise\n\n
comment5.target=city
comment6.params=city
comment6.target=TimeZone\ getTimeZone(String)
comment6.text=\nLooks\ up\ the\ time\ zone\ for\ a\ city\n@param\ aCity\ the\ city\ for\ which\ to\ find\ the\ time\ zone\n@return\ the\ time\ zone\ or\ null\ if\ no\ match\ is\ found\n\n
comment7.params=
comment7.target=String\ getCity()
comment7.text=\nGetter\ for\ city\ property.\n@return\ the\ city\ to\ add\ to\ the\ list\ of\ cities\n\n
comment8.params=
comment8.target=Map<String,String>\ getCitiesAndTimes()
comment8.text=\nRead-only\ citiesAndTimes\ property.\n@return\ a\ map\ containing\ the\ cities\ and\ formatted\ times\n\n
comment9.params=
comment9.target=String\ getCityToRemove()
comment9.text=\nGetter\ for\ the\ cityToRemove\ property.\n@return\ the\ empty\ string\n\n
numComments=17

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -