Uses of Class
bibliothek.gui.dock.station.support.PlaceholderList.Level

Packages that use PlaceholderList.Level
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of PlaceholderList.Level in bibliothek.gui.dock.station.support
 

Methods in bibliothek.gui.dock.station.support that return PlaceholderList.Level
static PlaceholderList.Level PlaceholderList.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlaceholderList.Level[] PlaceholderList.Level.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.station.support with parameters of type PlaceholderList.Level
 int PlaceholderList.baseToLevel(int index, PlaceholderList.Level level)
          Searches the base entry at index and returns its location in sublist level.
 int PlaceholderList.levelToBase(int index, PlaceholderList.Level level)
          Searches the base entry at index in the sublist level and returns its location in the base list.