|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.owasp.webscarab.model.AbstractUrlModel
public abstract class AbstractUrlModel
Constructor Summary | |
---|---|
AbstractUrlModel()
Creates a new instance of AbstractUrlModel |
Method Summary | |
---|---|
void |
addUrlListener(UrlListener listener)
|
protected void |
fireUrlAdded(HttpUrl url,
int position)
tells listeners that a new Url has been added |
protected void |
fireUrlChanged(HttpUrl url,
int position)
fired to tell listeners that a particular Url has had a property change |
protected void |
fireUrlRemoved(HttpUrl url,
int position)
tells listeners that a Url has been removed, after the fact |
protected void |
fireUrlsChanged()
fired to tell listeners that all Url have changed |
abstract HttpUrl |
getChildAt(HttpUrl parent,
int index)
|
abstract int |
getChildCount(HttpUrl parent)
|
abstract int |
getIndexOf(HttpUrl url)
|
abstract EDU.oswego.cs.dl.util.concurrent.Sync |
readLock()
|
void |
removeUrlListener(UrlListener listener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUrlModel()
Method Detail |
---|
public abstract int getChildCount(HttpUrl parent)
getChildCount
in interface UrlModel
public abstract int getIndexOf(HttpUrl url)
getIndexOf
in interface UrlModel
public abstract HttpUrl getChildAt(HttpUrl parent, int index)
getChildAt
in interface UrlModel
public abstract EDU.oswego.cs.dl.util.concurrent.Sync readLock()
readLock
in interface UrlModel
public void addUrlListener(UrlListener listener)
addUrlListener
in interface UrlModel
public void removeUrlListener(UrlListener listener)
removeUrlListener
in interface UrlModel
protected void fireUrlAdded(HttpUrl url, int position)
url
- the url that was addedprotected void fireUrlRemoved(HttpUrl url, int position)
url
- the url that was removedprotected void fireUrlChanged(HttpUrl url, int position)
url
- the url that was changedprotected void fireUrlsChanged()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |