Uses of Class
ca.cgjennings.apps.arkham.ContextBar
-
Packages that use ContextBar Package Description ca.cgjennings.apps.arkham -
-
Uses of ContextBar in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return ContextBar Modifier and Type Method Description static ContextBar
ContextBar. getShared()
Returns the standard, shared instance.ContextBar
ContextBar.Context. getSource()
Returns the context bar that this context information is associated with.Methods in ca.cgjennings.apps.arkham with parameters of type ContextBar Modifier and Type Method Description java.awt.Rectangle
ContextBar.Locator. getContextBarRectangle(ContextBar bar, int barWidth, int barHeight, javax.swing.JComponent target)
Returns the rectangle that will be used to determine where the context bar appears for a component.
-