de.jaret.util.ui.timebars.addon.tablesynchronizer
Class TableTimeBarRow

java.lang.Object
  extended by de.jaret.util.misc.PropertyObservableBase
      extended by de.jaret.util.ui.timebars.addon.tablesynchronizer.TableTimeBarRow
All Implemented Interfaces:
de.jaret.util.misc.PropertyObservable, de.jaret.util.ui.table.model.IRow

public class TableTimeBarRow
extends de.jaret.util.misc.PropertyObservableBase
implements de.jaret.util.ui.table.model.IRow

IRow implementation for a jaret table wrapping a timeBarRow from a timebar viewer.

Version:
$Id: TableTimeBarRow.java 400 2007-05-01 17:40:47Z olk $
Author:
kliem

Field Summary
protected  java.lang.String _id
          id of the row.
protected  de.jaret.util.ui.timebars.model.TimeBarRow _timeBarRow
          warpped timebar row.
 
Fields inherited from class de.jaret.util.misc.PropertyObservableBase
_propertyChangeSupport
 
Constructor Summary
TableTimeBarRow(java.lang.String id, de.jaret.util.ui.timebars.model.TimeBarRow timeBarRow)
          Construct a TableTimeBarRow.
 
Method Summary
 java.lang.String getId()
          
 de.jaret.util.ui.timebars.model.TimeBarRow getTimeBarRow()
          Retrieve the wrapped timebar row.
 
Methods inherited from class de.jaret.util.misc.PropertyObservableBase
addPropertyChangeListener, firePropertyChange, isRealModification, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

protected java.lang.String _id
id of the row.


_timeBarRow

protected de.jaret.util.ui.timebars.model.TimeBarRow _timeBarRow
warpped timebar row.

Constructor Detail

TableTimeBarRow

public TableTimeBarRow(java.lang.String id,
                       de.jaret.util.ui.timebars.model.TimeBarRow timeBarRow)
Construct a TableTimeBarRow.

Parameters:
id - id of the row
timeBarRow - wrapped timebar row
Method Detail

getId

public java.lang.String getId()

Specified by:
getId in interface de.jaret.util.ui.table.model.IRow

getTimeBarRow

public de.jaret.util.ui.timebars.model.TimeBarRow getTimeBarRow()
Retrieve the wrapped timebar row.

Returns:
the timebar row


Copyright © 2012. All Rights Reserved.