public interface IAsset
Modifier and Type | Method and Description |
---|---|
javax.swing.text.Position |
getEnd()
Returns the end position - the position of the first character
following the asset (or the end of the buffer).
|
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 - the position of the first character
following the asset (or the end of the buffer).
|
void |
setName(java.lang.String name)
Set the name of the asset
|
void |
setStart(javax.swing.text.Position start)
Set the start position
|
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()