Uses of Class
bibliothek.gui.dock.action.LocationHint.Hint

Packages that use LocationHint.Hint
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
 

Uses of LocationHint.Hint in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action declared as LocationHint.Hint
static LocationHint.Hint LocationHint.LEFT
          Used to indicate that this hint likes to stay left of the middle
static LocationHint.Hint LocationHint.LEFT_OF_ALL
          Used to indicate that this hint likes to stay as left as possible
static LocationHint.Hint LocationHint.LITTLE_LEFT
          Used to indicate that this hint likes to stay a bit left of the middle
static LocationHint.Hint LocationHint.LITTLE_RIGHT
          Used to indicate that this hint likes to stay a bit right of the middle
static LocationHint.Hint LocationHint.MIDDLE
          Used to indicate that this hint likes to stay in the middle
static LocationHint.Hint LocationHint.RIGHT
          Used to indicate that this hint likes to stay right of the middle
static LocationHint.Hint LocationHint.RIGHT_OF_ALL
          Used to indicate that this hint likes to stay as right as possible
static LocationHint.Hint LocationHint.UNKNOWN_HINT
          Used to indicate that this hint does not know where to stay
static LocationHint.Hint LocationHint.VERY_LEFT
          Used to indicate that this hint likes to stay at the left side
static LocationHint.Hint LocationHint.VERY_RIGHT
          Used to indicate that this hint likes to stay at the right side
 

Methods in bibliothek.gui.dock.action that return LocationHint.Hint
 LocationHint.Hint LocationHint.getHint()
          Gets the preferred location of this hint.
 

Methods in bibliothek.gui.dock.action with parameters of type LocationHint.Hint
 boolean LocationHint.Hint.equals(LocationHint.Hint other)
          Compares this hint with other.
 void DefaultActionOffer.setHints(LocationHint.Hint[] hints)
          Sets the preferred order of sources according to their hint.
 

Constructors in bibliothek.gui.dock.action with parameters of type LocationHint.Hint
LocationHint(LocationHint.Hint hint)
          Creates a new LocationHint.
LocationHint(LocationHint.Origin origin, LocationHint.Hint hint)
          Creates a new LocationHint.
LocationHint(LocationHint.Origin origin, LocationHint.Hint hint, Object clientObject)
          Creates a new LocationHint.