| Package | org.aswing.table |
| Interface | public interface Resizable2 |
| Subinterfaces | Resizable3 |
| Implementors | Resizable2Imp1 |
| Method | Defined by | ||
|---|---|---|---|
|
getElementCount():int
| Resizable2 | ||
|
getLowerBoundAt(i:int):int
| Resizable2 | ||
|
getUpperBoundAt(i:int):int
| Resizable2 | ||
|
setSizeAt(newSize:int, i:int):void
| Resizable2 | ||
| getElementCount | () | method |
public function getElementCount():int
Returns
int |
| getLowerBoundAt | () | method |
public function getLowerBoundAt(i:int):intParameters
i:int |
int |
| getUpperBoundAt | () | method |
public function getUpperBoundAt(i:int):intParameters
i:int |
int |
| setSizeAt | () | method |
public function setSizeAt(newSize:int, i:int):voidParameters
newSize:int |
|
i:int |