|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.ide.views.HexDumpProvider
public class HexDumpProvider
This class describes the model interface to the Hex dump Easy Text viewer.
Note that this view has been replaced by the MemoryView class. This view is kept in the distribution for backward compatibility and for user that may prefer this implementation. It will not, however, be displayed by default, although it may be manually displayed.
Copyright (c) 2004, 2005 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Constructor Summary | |
|---|---|
HexDumpProvider()
|
|
| 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 HexDumpProvider()
| 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 | |||||||||