|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use BottomBar | |
---|---|
databionics.esom.gui | The basic GUI components of the ESOM Analyzer. |
databionics.esom.renderer.background | Background visualization methods that all inherit from BackgroundRenderer. |
databionics.esom.renderer.foreground | Foreground visualization methods that all inherit from ForegroundRenderer. |
databionics.esom.tool |
Uses of BottomBar in databionics.esom.gui |
---|
Fields in databionics.esom.gui declared as BottomBar | |
---|---|
protected BottomBar |
ToolLoader.bottomBar
link to the BottomBar |
protected BottomBar |
MainFrame.bottomBar
the bottom bar holding the informational tabs |
Methods in databionics.esom.gui that return BottomBar | |
---|---|
BottomBar |
MainFrame.getBottomBar()
returns the bottomBar |
Methods in databionics.esom.gui with parameters of type BottomBar | |
---|---|
void |
ToolLoader.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
|
Uses of BottomBar in databionics.esom.renderer.background |
---|
Methods in databionics.esom.renderer.background with parameters of type BottomBar | |
---|---|
void |
BackgroundTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
Let the tool know the references to relevant GUI elements. |
Uses of BottomBar in databionics.esom.renderer.foreground |
---|
Methods in databionics.esom.renderer.foreground with parameters of type BottomBar | |
---|---|
void |
ForegroundTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
Init GUI elements |
Uses of BottomBar in databionics.esom.tool |
---|
Fields in databionics.esom.tool declared as BottomBar | |
---|---|
protected BottomBar |
AbstractTool.bottomBar
Somana's main BottomPanel |
Methods in databionics.esom.tool with parameters of type BottomBar | |
---|---|
void |
AbstractTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
init the Tool and register its components to the Gui when this method is overriden, inheritors should call super.initGui(). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |