|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITextProvider
This class describes the model interface to the Easy Text viewer. This interface is primarily used to return an array of Strings representing a part of the file or data to be displayed.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Method Summary | |
|---|---|
java.lang.String |
get(int startLine,
int lineCount)
/** This method returns a String used to represent the requested lines. |
int |
getMax()
This method returns the largest line number possible. |
int |
getMin()
This method returns the lowest line number possible. |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
int getMax()
int getMin()
java.lang.String get(int startLine,
int lineCount)
startLine - The starting line.lineCount - The number of lines returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||