- Enclosing class:
- KeyCombination
public static final class KeyCombination.Modifier
extends Object 
This class represents a pair of modifier key and its value.
- Since:
- JavaFX 2.0
- 
Method Summary
Gets the modifier key of this Modifier.
 
 
Gets the modifier value of this Modifier.
 
 
Returns a string representation of the modifier. 
 
 
 
 
- 
Method Details
- 
getKeyGets the modifier key of this Modifier.
 
- Returns:
- the modifier key
 
- 
getValueGets the modifier value of this Modifier.
 
- Returns:
- the modifier value
 
- 
toStringReturns a string representation of the modifier. 
- Overrides:
- toStringin class- Object
- Returns:
- a string representation of the modifier