Uses of Enum Class
net.thevpc.common.swing.dock.JDockAnchor
Packages that use JDockAnchor
-
Uses of JDockAnchor in net.thevpc.common.swing.dock
Subclasses with type arguments of type JDockAnchor in net.thevpc.common.swing.dockMethods in net.thevpc.common.swing.dock that return JDockAnchorModifier and TypeMethodDescriptionIDockTools.getDockAnchor()JDockTools.getDockAnchor()TabsTools.getDockAnchor()JDockPane.lookupAnchor(String id) static JDockAnchorReturns the enum constant of this class with the specified name.static JDockAnchor[]JDockAnchor.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.swing.dock with parameters of type JDockAnchorModifier and TypeMethodDescriptionvoidJDockPane.add(String id, JComponent n, String title, Icon icon, boolean closable, JDockAnchor anchor) voidJDockTools.SelectionListener.onSelectionChanged(String id, JComponent component, boolean selected, JDockAnchor anchor) voidJDockPane.setWindowAnchor(String id, JDockAnchor anchor) Constructors in net.thevpc.common.swing.dock with parameters of type JDockAnchor