AtiNote类图
2015-12-02 18:06:23 0 举报
AtiNote是一个用于记录和管理笔记的类图。它包含了一个Note类,该类具有标题、内容和创建时间等属性。此外,还包含了一个用户类,该类具有用户名和密码等属性。用户可以通过创建Note对象来添加新的笔记,并且可以对已有的笔记进行编辑和删除操作。同时,用户还可以通过搜索功能来查找特定的笔记。AtiNote类图还包括了一些辅助类,如日期格式化类和文件读写类,用于实现一些与日期和文件相关的功能。总之,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 条评论
下一页