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