Uses of Class
Screen

Packages that use Screen
<default> 

Uses of Screen in
 

Classes in that implement Screen
class BasicScreen
          This class is a very basic implementation of the Screen interface.
 

Fields in declared as Screen
protected ScreenMainDisplay.lastScreen
          
 

Constructors in with parameters of type Screen
BlockSelectorPanel.BlockSelectorPanel(Screen scr, ScreenEditor se)
          
EntitySelectorPanel.EntitySelectorPanel(Screen scr, ScreenEditor se)
          
Location.Location(Screen s, int x, int y, int px, int py)
          Constructor that sets all the location coordinates.
Location.Location(Screen s, int x, int y)
          Constructor that sets the main location coordinates.
 

Methods in that return Screen
ScreenLocation.getScreen()
          Returns the Screen object that this location is in.