Package docking
Class WindowNode
- java.lang.Object
-
- docking.WindowNode
-
public abstract class WindowNode extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clearContextTypes()
void
componentAdded(ComponentPlaceholder placeholder)
void
componentRemoved(ComponentPlaceholder placeholder)
java.util.Set<java.lang.Class<?>>
getContextTypes()
ComponentPlaceholder
getLastFocusedProviderInWindow()
void
setLastFocusedProviderInWindow(ComponentPlaceholder lastFocusedInWindow)
-
-
-
Method Detail
-
setLastFocusedProviderInWindow
public void setLastFocusedProviderInWindow(ComponentPlaceholder lastFocusedInWindow)
-
getLastFocusedProviderInWindow
public ComponentPlaceholder getLastFocusedProviderInWindow()
-
getContextTypes
public java.util.Set<java.lang.Class<?>> getContextTypes()
-
clearContextTypes
protected void clearContextTypes()
-
componentRemoved
public void componentRemoved(ComponentPlaceholder placeholder)
-
componentAdded
public void componentAdded(ComponentPlaceholder placeholder)
-
-