- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
/**
* Returns the an array (length 1) containing the checkbox menu item
* label or null if the checkbox is not selected.
* @see ItemSelectable
*/
public synchronized Object[] getSelectedObjects() {
if (state) {
Object[] items = new Object[1];
items[0] = label;
return items;
}
return null;
}
bormand 03.07.2012 19:33 # 0
P.S. Дошло. getSelectedObjects.
bormand 03.07.2012 19:45 # 0
interested 03.07.2012 19:49 # +8
Какой-то тот самый.
bormand 03.07.2012 19:50 # +3
3.14159265 03.07.2012 20:12 # +1
На мой взгляд говно если и есть то вот тут:
>Returns the selected items or null if no
> return null;
Зря плюсанул. Типичное унылое жаба-говно.
bormand 03.07.2012 20:29 # 0
3.14159265 03.07.2012 20:37 # 0
>MenuItem implements ItemSelectable
Всё логично.
bormand 03.07.2012 20:42 # 0
Lure Of Chaos 03.07.2012 20:56 # 0
в самом деле, странно было бы, если бы в menubar'е менюшки можно было бы помечать галочками.
bormand 03.07.2012 21:00 # 0
carsten 04.07.2012 22:20 # +1
Lure Of Chaos 04.07.2012 23:24 # +1
шикааарная фраза!