1 | public Object getImage()↵ | | 1 | public Object getImage()↵
|
2 | {↵ | | 2 | {↵
|
3 | return commandActionDelegate.getImage();↵ | | 3 | return commandActionDelegate.getImage();↵
|
4 | }↵ | | 4 | }↵
|
|
5 | public String getText()↵ | | 5 | public String getText()↵
|
6 | {↵ | | 6 | {↵
|
7 | return commandActionDelegate.getText();↵ | | 7 | return commandActionDelegate.getText();↵
|
8 | }↵ | | 8 | }↵
|
|
9 | @Override↵ | | 9 | @Override↵
|
10 | public String getDescription()↵ | | 10 | public String getDescription()↵
|
11 | {↵ | | 11 | {↵
|
12 | return commandActionDelegate.getDescription();↵ | | 12 | return commandActionDelegate.getDescription();↵
|
13 | }↵ | | 13 | }↵
|
|
14 | public String getToolTipText()↵ | | 14 | public String getToolTipText()↵
|
15 | {↵ | | 15 | {↵
|
16 | return commandActionDelegate.getToolTipText(); | | 16 | return commandActionDelegate.getToolTipText();
|