com.sculley.jim.swjava
Class BOMTable

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.BOMTable

public class BOMTable
extends CppPeer

Insert the type's description here. Creation date: (2/20/00 12:07:24 AM)


Constructor Summary
BOMTable(long ptr)
          BOMTable constructor comment.
 
Method Summary
 boolean attach()
          Insert the method's description here.
 void detach()
          Insert the method's description here.
 long getColumnCount()
          Insert the method's description here.
 double getColumnWidth(long column)
          Insert the method's description here.
 DisplayData getDisplayData()
          Insert the method's description here.
 java.lang.String getEntryText(int row, int column)
          Insert the method's description here.
 java.lang.Object getEntryValue()
          Insert the method's description here.
 SWBox getExtent()
          Insert the method's description here.
 java.lang.String getHeaderText(long column)
          Insert the method's description here.
 long getRowCount()
          Insert the method's description here.
 double getRowHeight(long row)
          Insert the method's description here.
 boolean isVisible()
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BOMTable

public BOMTable(long ptr)
         throws java.lang.IllegalArgumentException
BOMTable constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

attach

public boolean attach()
Insert the method's description here. Creation date: (2/20/00 12:08:29 AM)
Returns:
boolean

detach

public void detach()
Insert the method's description here. Creation date: (2/20/00 12:08:29 AM)

getColumnCount

public long getColumnCount()
Insert the method's description here. Creation date: (2/20/00 12:11:00 AM)
Returns:
long

getColumnWidth

public double getColumnWidth(long column)
Insert the method's description here. Creation date: (2/20/00 12:12:47 AM)
Parameters:
column - long
Returns:
double

getDisplayData

public DisplayData getDisplayData()
Insert the method's description here. Creation date: (2/1/00 12:02:00 PM)
Returns:
com.sculley.jim.swjava.DisplayData

getEntryText

public java.lang.String getEntryText(int row,
                                     int column)
Insert the method's description here. Creation date: (2/20/00 12:15:35 AM)
Parameters:
row - int
column - int
Returns:
java.lang.String

getEntryValue

public java.lang.Object getEntryValue()
Insert the method's description here. Creation date: (2/20/00 10:37:42 AM)
Returns:
java.lang.Object

getExtent

public SWBox getExtent()
Insert the method's description here. Creation date: (2/20/00 10:50:01 AM)
Returns:
com.sculley.jim.swjava.SWBox

getHeaderText

public java.lang.String getHeaderText(long column)
Insert the method's description here. Creation date: (2/20/00 10:54:05 AM)
Parameters:
column - long
Returns:
java.lang.String

getRowCount

public long getRowCount()
Insert the method's description here. Creation date: (2/20/00 10:55:22 AM)
Returns:
long

getRowHeight

public double getRowHeight(long row)
Insert the method's description here. Creation date: (2/20/00 10:56:38 AM)
Parameters:
row - long
Returns:
double

isVisible

public boolean isVisible()
Insert the method's description here. Creation date: (2/20/00 10:59:50 AM)
Returns:
boolean