agg.attribute.view.impl
Class TupleViewEvent
java.lang.Object
agg.attribute.impl.AttrObject
agg.attribute.impl.TupleEvent
agg.attribute.view.impl.TupleViewEvent
- All Implemented Interfaces:
- AttrEvent, AttrViewEvent, java.util.Observer
public class TupleViewEvent
- extends TupleEvent
- implements AttrViewEvent
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 |
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 |
view
protected ViewSetting view
TupleViewEvent
public TupleViewEvent(AttrTuple attr,
int id,
int index0,
int index1,
AttrViewSetting view)
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