Searched refs:isPanel (Results 1 – 5 of 5) sorted by relevance
570 private boolean isPanel = false; field in WindowShadow573 public boolean isPanel() { in isPanel() method in WindowShadow574 return isPanel; in isPanel()577 public void isPanel(boolean isPanel) { in isPanel() method in WindowShadow578 if (this.isPanel != isPanel) { in isPanel()579 if (isPanel) { in isPanel()582 this.isPanel = isPanel; // this must be last in isPanel()590 this.isPanel = isPanel; // this must be first in isPanel()620 if (!isPanel) in getPanel()
226 if (win.isPanel()) in isMainContainer()
142 void setMainChild(AttributeManager container, boolean isPanel) { in setMainChild() argument148 !((FrameShadow)container).isPanel() && in setMainChild()149 isPanel && container.get(/* NOI18N */"menubar") != null) { in setMainChild()163 win.isPanel(isPanel); in setMainChild()168 prevwin.isPanel(false); in setMainChild()178 win.isPanel(isPanel); in setMainChild()
99 container, boolean isPanel) { in setMainChild() argument100 root.setMainChild(container, isPanel); in setMainChild()
227 if ((tree instanceof WindowShadow) && ((WindowShadow)tree).isPanel()) { in convertToString()412 f.isPanel(true); in convertChildren()