AtiNote类图
2015-12-02 18:06:23 0 举报
AtiNote是一个用于创建和管理注释的类图。它包含了一个名为Note的类,该类具有属性如标题、内容、创建时间和修改时间等。此外,还定义了一些与Note相关的方法,如添加标签、删除标签、获取标签列表等。AtiNote还提供了一个名为Tag的类,用于表示注释的标签。Tag类具有属性如名称和颜色等。通过使用AtiNote类图,用户可以方便地创建和管理带有标签的注释,以及执行与注释相关的操作,如搜索、排序和过滤等。这个类图提供了一个直观的方式来理解和操作注释数据,使得用户能够更加高效地进行笔记管理和信息整理。
作者其他创作
大纲/内容
Summary
- sum : string- get : string- special : string- time : string
+ update() : viod
AtiEmptyViewClickListener
- mAct : MainActivity
+ onEmptyViewClicked() : void- insertIntoDB() : void- switchSelection() : void
ColorButtonListener
+ onClick(View) : void
AtiEventLongPressListener
+ onEventLongPress() : void
DayView
- attributeA- attributeB
- methodA()- methodB()
Event
- name : string- content : string- time : string- color : int
+ update():viod
MainActivity
- btnWrite:Button- btnPin:Button- currentClolr:int- write:int- btnColor0:ColorButton- btnColor1:ColorButton- btnColor2:ColorButton- btnColor3:ColorButton- btnColor4:ColorButton- datView:WeekView
# onCreate(Bundle):void# onResume():void# onPause():void# onStop():void# onDestroy():void- setUpToolbar():void- setUpBtns():void- refreshColorButtons():void- setUpDayView():void+ getCurrentColorPos():int+ getCurrentColor():int+ getTheColor():int+ getWriteSituation():int+ getWeekView():WeekView+ getWriteSituation(int):void- setBtnsSize()- setButtonSmaller(ColorButton):void
AtiScrollListener
+ onFirstVisibleDayChanged() : void
AtiEventClickListener
+ onEventClick() : viod- getEventTitle() : string
ColorButton
- size:int- color:int
+ changeColor(int) : viod+ changeSize(int) : viod
0 条评论
下一页