631 |
public int getMinToolID() { |
public int getMinToolID() { |
632 |
return toolAndActionButtons.firstKey(); |
return toolAndActionButtons.firstKey(); |
633 |
} |
} |
634 |
// |
|
|
// /** |
|
|
// * Returns the maximum ID of actions. |
|
|
// */ |
|
|
// public int getMaxActionID() { |
|
|
// return actionButtons.lastKey(); |
|
|
// } |
|
|
// |
|
|
// /** |
|
|
// * Returns the minimum ID of actions. |
|
|
// */ |
|
|
// public int getMinActionID() { |
|
|
// return actionButtons.firstKey(); |
|
|
// } |
|
|
|
|
635 |
/** |
/** |
636 |
* Extends the {@link AbstractAction} with maintaining an ID and |
* Extends the {@link AbstractAction} with maintaining an ID and |
637 |
* the {@link MapPaneToolBar} the actions controls. |
* the {@link MapPaneToolBar} the actions controls. |