cz.cmc.tcgui
Class TCObjectView.TCObjectContainerEntryPlacementContext

java.lang.Object
  extended bycz.cmc.tcgui.TCObjectView.TCObjectContainerEntryPlacementContext
Enclosing class:
TCObjectView

public static class TCObjectView.TCObjectContainerEntryPlacementContext
extends Object

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

tcObjectContainer

public TCObjectContainer tcObjectContainer
Container to place the element in.


tcObjectContainerEntry

public TCObjectContainerEntry tcObjectContainerEntry
TCObjectContainerEntry that intersects the placed entry.


leading

public boolean leading
This is set to true if the entry should be placed before the tcObjectContainerEntry.


index

public int index
Index to place the element at.


sameEntry

public boolean sameEntry
This is set to true if trying to place the TCObjectContainerEntry to its old position.

Constructor Detail

TCObjectView.TCObjectContainerEntryPlacementContext

public TCObjectView.TCObjectContainerEntryPlacementContext()