net.sf.plb4jedit.plb
Class PlbAsset

java.lang.Object
  extended bysidekick.Asset
      extended bynet.sf.plb4jedit.plb.PlbAsset

public class PlbAsset
extends sidekick.Asset

represents a single node in the structure browser tree for plb

Author:
Peter Schaefer

Field Summary
static ImageIcon DIM_ICON
           
static ImageIcon FORM_ICON
           
static ImageIcon INCLUDE_ICON
           
static ImageIcon LABEL_ICON
           
static ImageIcon ROUTINE_ICON
           
static ImageIcon START_ICON
           
static ImageIcon UNKNOWN_ICON
           
static ImageIcon VARDEF_ICON
           
 
Fields inherited from class sidekick.Asset
end, name, start
 
Constructor Summary
PlbAsset(SourceLine line)
           
PlbAsset(String name, int startLine, int endLine)
           
 
Method Summary
 Icon getIcon()
           
 String getLongString()
           
 String getShortString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FORM_ICON

public static final ImageIcon FORM_ICON

INCLUDE_ICON

public static final ImageIcon INCLUDE_ICON

ROUTINE_ICON

public static final ImageIcon ROUTINE_ICON

DIM_ICON

public static final ImageIcon DIM_ICON

VARDEF_ICON

public static final ImageIcon VARDEF_ICON

LABEL_ICON

public static final ImageIcon LABEL_ICON

UNKNOWN_ICON

public static final ImageIcon UNKNOWN_ICON

START_ICON

public static final ImageIcon START_ICON
Constructor Detail

PlbAsset

public PlbAsset(String name,
                int startLine,
                int endLine)

PlbAsset

public PlbAsset(SourceLine line)
Method Detail

getIcon

public Icon getIcon()

getLongString

public String getLongString()

getShortString

public String getShortString()

toString

public String toString()


Copyright © 2003 Riege Software Internationl. All Rights Reserved.