当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ImageTokenID (Editor Library) - NetBeans API Javadoc (Current Development Version)
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. |
getImage
String getImage()
- Get the string image of the token-id.