Uses of Class
net.sf.jaxodraw.gui.JaxoTab

Packages that use JaxoTab
net.sf.jaxodraw.gui GUI related classes. 
net.sf.jaxodraw.gui.panel GUI panels. 
 

Uses of JaxoTab in net.sf.jaxodraw.gui
 

Methods in net.sf.jaxodraw.gui that return JaxoTab
static JaxoTab JaxoTab.asJaxoTab(Component c)
          Determine if a component is a JaxoTab.
 

Uses of JaxoTab in net.sf.jaxodraw.gui.panel
 

Methods in net.sf.jaxodraw.gui.panel that return JaxoTab
 JaxoTab JaxoTabbedCanvasPanel.getSelectedTab()
          Return the currently active tab.
 JaxoTab JaxoTabbedCanvasPanel.getTabAt(int index)
          Returns the tab at given index.
 JaxoTab JaxoTabbedCanvasPanel.getTabWithSaveFileName(String name)
          (An arbitrary) Tab with the given saveFileName, or 'null' if none exists.
 

Methods in net.sf.jaxodraw.gui.panel with parameters of type JaxoTab
 int JaxoTabbedCanvasPanel.getTabIndex(JaxoTab t)
          Get the index of the given tab.
 void JaxoTabbedCanvasPanel.setSelectedTab(JaxoTab value)
          Sets the given tab as currently selected.
 

Constructors in net.sf.jaxodraw.gui.panel with parameters of type JaxoTab
JaxoStatusBar(JaxoTab tab)
          Constructor: displays the panel containing the current mode and the panel containing the coordinates.
 



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.