()
| 664 | /// |
| 665 | /// true if the list is treated as a command list |
| 666 | public boolean isCommandList() { |
| 667 | return commandList; |
| 668 | } |
| 669 | |
| 670 | /// Indicates that the list should be treated as a list of commands, if the |
| 671 | /// user "clicks" a command from the list its action performed method is invoked. |
no outgoing calls
no test coverage detected