Uses of Class
ca.cgjennings.apps.arkham.ContextBar.Context
-
Packages that use ContextBar.Context Package Description ca.cgjennings.apps.arkham -
-
Uses of ContextBar.Context in ca.cgjennings.apps.arkham
Methods in ca.cgjennings.apps.arkham that return ContextBar.Context Modifier and Type Method Description ContextBar.Context
ContextBar. getContext()
Returns the context bar's current context information.Methods in ca.cgjennings.apps.arkham with parameters of type ContextBar.Context Modifier and Type Method Description boolean
ContextBar.AbstractButton. isEnabledInCurrentContext(ContextBar.Context context)
boolean
ContextBar.Button. isEnabledInCurrentContext(ContextBar.Context context)
Returnstrue
if the button should be enabled in the current context.boolean
ContextBar.CommandButton. isEnabledInCurrentContext(ContextBar.Context context)
boolean
ContextBar.AbstractButton. isVisibleInCurrentContext(ContextBar.Context context)
boolean
ContextBar.Button. isVisibleInCurrentContext(ContextBar.Context context)
Returnstrue
if the button should be visible in the current context.boolean
ContextBar.CommandButton. isVisibleInCurrentContext(ContextBar.Context context)
void
ContextBar.AbstractButton. onAttach(ContextBar.Context context)
void
ContextBar.Button. onAttach(ContextBar.Context context)
This method is called to notify the button when the tool bar is about to be attached to a new target component (the component that it floats over and that its commands normally apply to).void
ContextBar.CommandButton. onAttach(ContextBar.Context context)
void
ContextBar.AbstractButton. onDetach(ContextBar.Context context)
void
ContextBar.Button. onDetach(ContextBar.Context context)
This method is called to notify the button when the tool bar is about to be detached from the current target component (the component that it floats over and that its commands normally apply to).void
ContextBar.CommandButton. onDetach(ContextBar.Context context)
-