org.netbeans.modules.editor.lib/1 1.44.0 9

org.netbeans.editor
Interface ImageTokenID

All Superinterfaces:
TokenCategory, TokenID
All Known Implementing Classes:
BaseImageTokenID

public interface ImageTokenID
extends TokenID

Token-id with the fixed token image. The image text can be retrieved by getImage(). The image token-ids are treated specially in some editor parts for example in the indentation engine.


Method Summary
 String getImage()
          Get the string image of the token-id.
 
Methods inherited from interface org.netbeans.editor.TokenID
getCategory
 
Methods inherited from interface org.netbeans.editor.TokenCategory
getName, getNumericID
 

Method Detail

getImage

String getImage()
Get the string image of the token-id.


org.netbeans.modules.editor.lib/1 1.44.0 9

Built on November 22 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.