|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAsset
A block of code within a file. Assets correspond to nodes in the Structure Browser and folds in the SideKick folding mode.
Method Summary | |
---|---|
javax.swing.text.Position |
getEnd()
Returns the end position. |
javax.swing.Icon |
getIcon()
Returns the icon to be shown for the asset in the structure tree. |
java.lang.String |
getLongString()
Returns a full description of the asset to be shown in the view's status bar on when the mouse is over the asset in the tree. |
java.lang.String |
getName()
Returns the name of the Asset. |
java.lang.String |
getShortString()
Returns a brief description of the asset to be shown in the tree. |
javax.swing.text.Position |
getStart()
Returns the starting position. |
void |
setEnd(javax.swing.text.Position end)
Set the end position |
void |
setName(java.lang.String name)
Set the name of the asset |
void |
setStart(javax.swing.text.Position start)
Set the start position |
Method Detail |
---|
javax.swing.Icon getIcon()
java.lang.String getShortString()
java.lang.String getLongString()
java.lang.String getName()
void setName(java.lang.String name)
void setStart(javax.swing.text.Position start)
javax.swing.text.Position getStart()
void setEnd(javax.swing.text.Position end)
javax.swing.text.Position getEnd()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |