|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.ide.views.DasmProvider
public class DasmProvider
This class describes the model interface to the Disassembly Easy Text viewer.
Copyright (c) 2004 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Constructor Summary | |
|---|---|
DasmProvider()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public DasmProvider()
| Method Detail |
|---|
public int getMax()
ITextProvider
getMax in interface ITextProviderpublic int getMin()
ITextProvider
getMin in interface ITextProvider
public java.lang.String get(int startLine,
int lineCount)
ITextProvider
get in interface ITextProviderstartLine - 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 | |||||||||