Module Ui::NoteDialogInterface
In: ui/dialogs.rb

Interface to a dialog to create/edit notes for the annotatable objects

Methods

Public Instance methods

[Source]

# File ui/dialogs.rb, line 19
    def author() raise 'unimplemented!' end

[Source]

# File ui/dialogs.rb, line 23
    def categories=(category_list) raise 'unimplemented!' end

[Source]

# File ui/dialogs.rb, line 20
    def category_id() raise 'unimplemented!' end

[Source]

# File ui/dialogs.rb, line 24
    def edit_note(note) raise 'unimplemented!' end

[Source]

# File ui/dialogs.rb, line 21
    def text() raise 'unimplemented!' end

[Validate]