Uses of Class
com.alee.extended.statusbar.WebMemoryBar

Packages that use WebMemoryBar
com.alee.extended.statusbar   
 

Uses of WebMemoryBar in com.alee.extended.statusbar
 

Methods in com.alee.extended.statusbar that return WebMemoryBar
 WebMemoryBar WebMemoryBar.setMaximumHeight(int maximumHeight)
          Sets component maximum height.
 WebMemoryBar WebMemoryBar.setMaximumWidth(int maximumWidth)
          Sets component maximum width.
 WebMemoryBar WebMemoryBar.setMinimumHeight(int minimumHeight)
          Sets component minimum height.
 WebMemoryBar WebMemoryBar.setMinimumWidth(int minimumWidth)
          Sets component minimum width.
 WebMemoryBar WebMemoryBar.setPreferredHeight(int preferredHeight)
          Sets component preferred height.
 WebMemoryBar WebMemoryBar.setPreferredSize(int width, int height)
          Sets component preferred size.
 WebMemoryBar WebMemoryBar.setPreferredWidth(int preferredWidth)
          Sets component preferred width.