Uses of Class
daoc.editor.ui.panels.WindowPanel

Packages that use WindowPanel
daoc.editor.model   
daoc.editor.ui   
daoc.editor.ui.panels   
 

Uses of WindowPanel in daoc.editor.model
 

Methods in daoc.editor.model that return WindowPanel
 WindowPanel WindowManager.find(WindowtemplateNode n)
           
 WindowPanel[] WindowManager.getWindows()
           
 

Uses of WindowPanel in daoc.editor.ui
 

Methods in daoc.editor.ui that return WindowPanel
 WindowPanel WindowStack.select(int x, int y)
          Returns the window panel at the given coordinates, or null if no window could be found.
 WindowPanel WindowStack.firstToHit(int x, int y)
          Determines the top windows at the given coordinates, but does not bring to front.
 WindowPanel[] WindowStack.getPanels()
          Returns an ordered array of window panels.
 

Methods in daoc.editor.ui with parameters of type WindowPanel
 void WindowStack.moveToFront(WindowPanel p)
          Moves the given panel to the front of the stack.
 

Uses of WindowPanel in daoc.editor.ui.panels
 

Methods in daoc.editor.ui.panels with parameters of type WindowPanel
 void PreviewPanel.add(WindowPanel p)