net.sf.plb4jedit.plb
Class PlbParsedData

java.lang.Object
  extended bysidekick.SideKickParsedData
      extended bynet.sf.plb4jedit.plb.PlbParsedData

public class PlbParsedData
extends sidekick.SideKickParsedData

contains the parsed data of a plb buffer. This is taken by SideKick-Plugin (Structure browser) to show the tree structure. PlbParsedData extends SideKickParsedData by the PlbSource, which gives access to the Resource-Manager to look up variable and label definitions without the necessarity to re-parse the actual buffer.

Author:
Peter Schaefer

Field Summary
 
Fields inherited from class sidekick.SideKickParsedData
root, tree
 
Constructor Summary
PlbParsedData(String fileName)
           
 
Method Summary
 PlbSource getSource()
           
 void setPlbSource(PlbSource source)
           
 
Methods inherited from class sidekick.SideKickParsedData
getParsedData, getTreePathForPosition, setParsedData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlbParsedData

public PlbParsedData(String fileName)
Method Detail

setPlbSource

public void setPlbSource(PlbSource source)
Parameters:
source - the parsed PlbSource file which gives access to variables, labels, etc.

getSource

public PlbSource getSource()
Returns:
to the underlying PlbSource file and its corresponding ResourceManager.


Copyright © 2003 Riege Software Internationl. All Rights Reserved.