|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
Title: class TCObjectContainerEntryPlacementContext
Description: structure to return TCObjectConatinerEntry container position
Copyright: Copyright (c) 2003
Company: CMC Computers
Field Summary | |
int |
index
Index to place the element at. |
boolean |
leading
This is set to true if the entry should be placed before the tcObjectContainerEntry. |
boolean |
sameEntry
This is set to true if trying to place the TCObjectContainerEntry to its old position. |
TCObjectContainer |
tcObjectContainer
Container to place the element in. |
TCObjectContainerEntry |
tcObjectContainerEntry
TCObjectContainerEntry that intersects the placed entry. |
Constructor Summary | |
TCObjectView.TCObjectContainerEntryPlacementContext()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public TCObjectContainer tcObjectContainer
public TCObjectContainerEntry tcObjectContainerEntry
public boolean leading
public int index
public boolean sameEntry
Constructor Detail |
public TCObjectView.TCObjectContainerEntryPlacementContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |