org.prorefactor.treeparser
Interface WidgetI

All Superinterfaces:
SymbolI, Xferable
All Known Subinterfaces:
FieldLevelWidgetI
All Known Implementing Classes:
Browse, Button, FieldContainer, Frame, Image, Menu, MenuItem, Rectangle, Submenu, Widget

public interface WidgetI
extends SymbolI


Field Summary
 
Fields inherited from interface org.prorefactor.treeparser.SymbolI
NAME_ORDER
 
Method Summary
 java.lang.String fullName()
          For this subclass of Symbol, fullName() returns the same value as getName().
 
Methods inherited from interface org.prorefactor.treeparser.SymbolI
getAllRefsCount, getAsNode, getDefineNode, getIndirectDefineIdNode, getLikeNode, getName, getNumReads, getNumWrites, getProgressType, getScope, isExported, isImported, noteReference, setAsNode, setDefOrIdNode, setLikeNode, setName
 
Methods inherited from interface com.joanju.Xferable
writeXferBytes, writeXferSchema
 

Method Detail

fullName

java.lang.String fullName()
For this subclass of Symbol, fullName() returns the same value as getName().

Specified by:
fullName in interface SymbolI


Copyright © 2008 Joanju Software. All Rights Reserved.