Package docking.tool.util
Interface DockingToolConstants
-
- All Known Subinterfaces:
ToolConstants
public interface DockingToolConstants
An interface to house constants used by theTool
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_BINDINGS
Name of options for key bindings that map action name to a key stroke object.
-
-
-
Field Detail
-
KEY_BINDINGS
static final java.lang.String KEY_BINDINGS
Name of options for key bindings that map action name to a key stroke object.- See Also:
- Constant Field Values
-
-