@Deprecated public interface IlpBackgroundSupport extends IlpBackgroundSupport
IlpViewsView
.
The functions in this interface can be called by the view, the controller, or an interactor.
Modifier and Type | Method and Description |
---|---|
void |
addBackgroundURL(URL backgroundURL)
Deprecated.
Adds a background on top of the other existing backgrounds.
|
void |
addBackgroundURL(URL backgroundURL,
IlpBackground background)
Deprecated.
Adds a background on top of the other existing backgrounds.
|
void |
attach(IlpViewsView view)
Deprecated.
Attaches this object to a given view.
|
IlpBackground |
createBackground(URL backgroundURL)
Deprecated.
Creates an
IlpBackground representing the given file. |
void |
detach()
Deprecated.
Detaches this object from its current view.
|
IlvManagerLayer |
getBackgroundLayer(URL backgroundURL)
Deprecated.
Returns the layer containing a background.
|
Collection |
getBackgroundURLs()
Deprecated.
Returns the list of backgrounds.
|
boolean |
isVisible(URL backgroundURL)
Deprecated.
Returns the visibility of a particular background.
|
void |
reload(URL backgroundURL)
Deprecated.
Reloads a particular background.
|
void |
reloadAllBackgrounds()
Deprecated.
Reloads all backgrounds.
|
void |
removeAllBackgroundURLs()
Deprecated.
Removes all backgrounds.
|
void |
removeBackgroundURL(URL backgroundURL)
Deprecated.
Removes a background.
|
void |
setBackgroundURLs(URL[] backgroundURLs)
Deprecated.
Replaces the entire list of backgrounds.
|
void |
setVisible(URL backgroundURL,
boolean visible)
Deprecated.
Changes the visibility of a particular background.
|
addBackground, addBackground, addBackground, addBackgroundListener, addBackgrounds, getBackgroundFactory, getBackgroundInstance, getBackgrounds, getView, moveBackground, registerBackgroundFactory, reloadBackground, reloadBackgrounds, removeBackground, removeBackgroundListener, removeBackgrounds, setView
void attach(IlpViewsView view)
void detach()
IlpBackground createBackground(URL backgroundURL)
IlpBackground
representing the given file.void addBackgroundURL(URL backgroundURL)
void addBackgroundURL(URL backgroundURL, IlpBackground background)
void removeBackgroundURL(URL backgroundURL)
void removeAllBackgroundURLs()
Collection getBackgroundURLs()
void setBackgroundURLs(URL[] backgroundURLs)
IlvManagerLayer getBackgroundLayer(URL backgroundURL)
boolean isVisible(URL backgroundURL)
void setVisible(URL backgroundURL, boolean visible)
void reload(URL backgroundURL)
void reloadAllBackgrounds()
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.