public interface TableControl
| Modifier and Type | Method and Description |
|---|---|
int |
getHeaderHeight()
Returns the height of the receiver's header.
|
boolean |
getHeaderVisible()
Returns
true if the receiver's header is visible,
and false otherwise. |
int |
getItemCount()
Returns the number of items contained in the receiver.
|
int |
getItemHeight()
Returns the height of the area which would be used to
display one of the items in the receiver.
|
boolean |
isDisposed()
Returns
true if the widget has been disposed,
and false otherwise. |
boolean isDisposed()
true if the widget has been disposed,
and false otherwise.true when the widget is disposed and false otherwiseint getItemHeight()
int getItemCount()
boolean getHeaderVisible()
true if the receiver's header is visible,
and false otherwise.int getHeaderHeight()
Copyright © 2019. All rights reserved.