|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsidekick.Asset
public abstract class Asset
A block of code within a file. Assets correspond to nodes in the Structure Browser and folds in the SideKick folding mode.
Field Summary | |
---|---|
protected javax.swing.text.Position |
end
|
protected java.lang.String |
name
|
protected javax.swing.text.Position |
start
|
Constructor Summary | |
---|---|
Asset(java.lang.String name)
|
Method Summary | |
---|---|
javax.swing.text.Position |
getEnd()
Returns the end position. |
java.lang.String |
getName()
Returns the name of the Asset. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface sidekick.IAsset |
---|
getIcon, getLongString, getShortString |
Field Detail |
---|
protected java.lang.String name
protected javax.swing.text.Position start
protected javax.swing.text.Position end
Constructor Detail |
---|
public Asset(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
getName
in interface IAsset
public javax.swing.text.Position getStart()
getStart
in interface IAsset
public javax.swing.text.Position getEnd()
getEnd
in interface IAsset
public void setName(java.lang.String name)
setName
in interface IAsset
public void setStart(javax.swing.text.Position start)
setStart
in interface IAsset
public void setEnd(javax.swing.text.Position end)
setEnd
in interface IAsset
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |