|
org.netbeans.lib.terminalemulator 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.terminalemulator.RegionManager
public class RegionManager
Constructor Summary | |
---|---|
RegionManager()
|
Method Summary | |
---|---|
ActiveRegion |
beginRegion(Coord begin)
Creates a new active region. |
void |
cancelRegion()
Eliminate the current region. |
void |
endRegion(Coord end)
Declare the end of the current active region. |
ActiveRegion |
findRegion(Coord acoord)
|
void |
reset()
Eliminates all regions. |
ActiveRegion |
root()
Returns the always-present "root" ActiveRegion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegionManager()
Method Detail |
---|
public void reset()
public ActiveRegion root()
public ActiveRegion beginRegion(Coord begin) throws RegionException
Any text at and after 'begin' will belong to this region.
Active regions can be nested.
RegionException
public void endRegion(Coord end) throws RegionException
Any text before and at 'end' will belong to this region.
RegionException
public void cancelRegion() throws RegionException
If cancelRegion is issued between a beginRegion and endRegion the region that was begun is cancelled as if beginregion was never called.
RegionException
public ActiveRegion findRegion(Coord acoord)
|
org.netbeans.lib.terminalemulator 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |