📄 timezonebean.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
comment2.params=
comment2.target=String\ getTime()
comment2.text=\nRead-only\ time\ property.\n@return\ the\ formatted\ time\n\n
comment3.target=timeFormatter
comment4.params=city
comment4.target=TimeZone\ getTimeZone(String)
comment4.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
comment5.target=city
comment6.params=
comment6.target=String\ getCity()
comment6.text=\nGetter\ for\ city\ property.\n@return\ the\ city\ for\ which\ to\ report\ the\ local\ time\n\n
comment7.params=
comment7.target=TimeZoneBean()
comment7.text=\nInitializes\ the\ formatter.\n\n
comment8.target=zone
comment9.params=aCity
comment9.target=void\ setCity(String)
comment9.text=\nSetter\ for\ city\ property.\n@param\ aCity\ the\ city\ for\ which\ to\ report\ the\ local\ time\n\n
numComments=10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -