agg.attribute.view.impl
Class TupleViewEvent

java.lang.Object
  extended by agg.attribute.impl.AttrObject
      extended by agg.attribute.impl.TupleEvent
          extended by agg.attribute.view.impl.TupleViewEvent
All Implemented Interfaces:
AttrEvent, AttrViewEvent, java.util.Observer

public class TupleViewEvent
extends TupleEvent
implements AttrViewEvent


Field Summary
protected  ViewSetting view
           
 
Fields inherited from class agg.attribute.impl.TupleEvent
id, index0, index1, member, src
 
Fields inherited from class agg.attribute.impl.AttrObject
classHandlerExpr, classObject, classString, initialized
 
Fields inherited from interface agg.attribute.view.AttrViewEvent
MEMBER_MOVED, MEMBER_VISIBILITY
 
Fields inherited from interface agg.attribute.AttrEvent
ATTR_EVENT_MAX_ID, GENERAL_CHANGE, MEMBER_ADDED, MEMBER_DELETED, MEMBER_DISABLED, MEMBER_MARK, MEMBER_MODIFIED, MEMBER_RENAMED, MEMBER_RETYPED, MEMBER_TO_DELETE, MEMBER_VALUE_CORRECTNESS, MEMBER_VALUE_MODIFIED
 
Constructor Summary
TupleViewEvent(AttrTuple attr, int id, int index0, int index1, AttrViewSetting view)
           
 
Method Summary
 TupleEvent cloneWithNewSource(AttrTuple tup)
           
 AttrViewSetting getView()
          Getting the view setting.
protected  java.lang.String idToString(int anID)
           
 java.lang.String toLongString()
           
 java.lang.String toString()
           
 
Methods inherited from class agg.attribute.impl.TupleEvent
getAttrMember, getID, getIndex, getIndex0, getIndex1, getSource
 
Methods inherited from class agg.attribute.impl.AttrObject
defaultToString, err, err, getInstRepr, log, log, log, logEnteredMethod, logPrintln, logPrintln, stdoutPrintOnEnter, stdoutPrintOnExit, update, warn, warn, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface agg.attribute.AttrEvent
getAttrMember, getID, getIndex, getIndex0, getIndex1, getSource
 

Field Detail

view

protected ViewSetting view
Constructor Detail

TupleViewEvent

public TupleViewEvent(AttrTuple attr,
                      int id,
                      int index0,
                      int index1,
                      AttrViewSetting view)
Method Detail

cloneWithNewSource

public TupleEvent cloneWithNewSource(AttrTuple tup)
Overrides:
cloneWithNewSource in class TupleEvent

getView

public AttrViewSetting getView()
Description copied from interface: AttrViewEvent
Getting the view setting.

Specified by:
getView in interface AttrViewEvent

toString

public java.lang.String toString()
Overrides:
toString in class TupleEvent

toLongString

public java.lang.String toLongString()
Overrides:
toLongString in class TupleEvent

idToString

protected java.lang.String idToString(int anID)
Overrides:
idToString in class TupleEvent