| | | 1 | boolean isCopyActionEnabled() {↵
|
|
| | | 2 | return false;↵
|
| | | 3 | }↵
|
|
| | | 4 | /**↵
|
| | | 5 | * @see org.columba.addressbook.gui.focus.FocusOwner#isCutActionEnabled()↵
|
| | | 6 | */↵
|
1 | boolean isCutActionEnabled() {↵ | | 7 | public boolean isCutActionEnabled() {↵
|
|
2 | return false;↵ | | 8 | return false;↵
|
3 | }↵ | | 9 | }↵
|
|
4 | /**↵ | | 10 | /**↵
|
5 | * @see org.columba.addressbook.gui.focus.FocusOwner#isDeleteActionEnabled()↵ | | 11 | * @see org.columba.addressbook.gui.focus.FocusOwner#isDeleteActionEnabled()↵
|
6 | */↵ | | 12 | */↵
|
7 | public boolean isDeleteActionEnabled() {↵ | | 13 | public boolean isDeleteActionEnabled() {↵
|
|
8 | return false;↵ | | 14 | return false;↵
|
9 | }↵ | | 15 | }↵
|
|
10 | /**↵ | | 16 | /**↵
|
11 | * @see org.columba.addressbook.gui.focus.FocusOwner#isPasteActionEnabled()↵ | | 17 | * @see org.columba.addressbook.gui.focus.FocusOwner#isPasteActionEnabled()↵
|
12 | */↵ | | 18 | */↵
|
13 | public boolean isPasteActionEnabled() {↵ | | 19 | public boolean isPasteActionEnabled() {↵
|
|
14 | return false;↵ | | 20 | return false;↵
|
15 | }↵ | | 21 | }↵
|
|
16 | /**↵ | | 22 | /**↵
|
17 | * @see org.columba.addressbook.gui.focus.FocusOwner#isRedoActionEnabled()↵ | | 23 | * @see org.columba.addressbook.gui.focus.FocusOwner#isRedoActionEnabled()↵
|
18 | */↵ | | 24 | */↵
|
19 | public boolean isRedoActionEnabled() {↵ | | 25 | public boolean isRedoActionEnabled() {↵
|
|
20 | return false;↵ | | 26 | return false;↵
|
21 | }↵ | | 27 |
|
|
22 | /**↵ | | | |
23 | * @see org.columba.addressbook.gui.focus.FocusOwner#isSelectAllActionEnabled()↵ | | | |
24 | */↵ | | | |
25 | public boolean isSelectAllActionEnabled() {↵ | | | |
|
26 | return false;↵ | | | |
27 | | | | |