Uses of Class
net.sourceforge.eclipsetrader.core.db.Bar

Packages that use Bar
net.sourceforge.eclipsetrader.charts   
net.sourceforge.eclipsetrader.core   
net.sourceforge.eclipsetrader.core.db   
 

Uses of Bar in net.sourceforge.eclipsetrader.charts
 

Methods in net.sourceforge.eclipsetrader.charts that return Bar
 Bar PlotLine.getBar(int index)
           
 Bar PlotLine.getBarData(int index)
           
 

Methods in net.sourceforge.eclipsetrader.charts with parameters of type Bar
 void BarSummaryItem.setData(Bar bar, Bar previous)
           
 void BarSummaryItem.setData(Bar bar)
           
 void PlotLine.append(Bar bar)
           
 void PlotLine.append(org.eclipse.swt.graphics.Color color, Bar bar)
           
 void PlotLine.prepend(Bar bar)
           
 void PlotLine.prepend(org.eclipse.swt.graphics.Color color, Bar bar)
           
 

Uses of Bar in net.sourceforge.eclipsetrader.core
 

Methods in net.sourceforge.eclipsetrader.core with parameters of type Bar
 void IPattern.add(Bar bar)
           
 

Uses of Bar in net.sourceforge.eclipsetrader.core.db
 

Methods in net.sourceforge.eclipsetrader.core.db that return Bar
 Bar BarData.get(int index)
           
 Bar[] BarData.toArray()
           
 Bar[] BarData.toArray(int startIndex)
           
 Bar[] BarData.toArray(int startIndex, int stopIndex)
           
 Bar History.remove(int index)
          Removes the element at the specified position in this list.
 Bar History.get(int index)
          Returns the element at the specified position in this list.
 Bar History.getFirst()
          Returns the first element in this history.
 Bar History.getLast()
          Returns the last element in this history.
 Bar History.get(java.util.Date date)
          Returns the element with the specified date.
 Bar[] History.toArray()
          Returns an array containing all of the elements in this history in proper sequence.
 

Methods in net.sourceforge.eclipsetrader.core.db with parameters of type Bar
 void Bar.update(Bar bar)
          Updates this object with the data from the specified object.
 boolean BarData.append(Bar obj)
           
 void BarData.prepend(Bar obj)
           
 void BarData.addAll(Bar[] data)
           
 boolean BarData.remove(Bar arg0)
           
 int BarData.indexOf(Bar obj)
           
 int History.add(Bar obj)
          Adds the specified element to this history, in date ascending order.
 boolean History.remove(Bar obj)
          Removes the first occurrence in this list of the specified element.
 

Constructors in net.sourceforge.eclipsetrader.core.db with parameters of type Bar
Bar(Bar bar)
          Constructs a bar object with the data from the specified object.