(String prop)
| 29 | public class PCGenAction extends AbstractAction |
| 30 | { |
| 31 | public PCGenAction(String prop) |
| 32 | { |
| 33 | this(prop, null, null, null); |
| 34 | } |
| 35 | |
| 36 | public PCGenAction(String prop, Icons icon) |
| 37 | { |
nothing calls this directly
no test coverage detected