public class SystemResourceList extends BufferedResourceList
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
Closes the list.
|
protected boolean |
isBidiEnabled()
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
|
boolean |
isResourceAvailable(long index)
Deprecated.
Indicates if the resource is available.
|
void |
open()
Deprecated.
Opens the list.
|
void |
refreshContents()
Deprecated.
Refreshes the contents of the list.
|
void |
refreshStatus()
Deprecated.
Refreshes the status of the list.
|
Resource |
resourceAt(long index)
Deprecated.
Returns the resource specified by the index.
|
void |
setSelectionValue(java.lang.Object selectionID,
java.lang.Object value,
int bidiStringType)
Deprecated.
Sets the current value of a selection.
|
void |
waitForComplete()
Deprecated.
Waits until the list is completely loaded.
|
void |
waitForResource(long index)
Deprecated.
Waits until the resource is available or the list is
complete.
|
fireResourceAdded, getNumberOfPages, getPageSize, setNumberOfPages, setPageSize
addActiveStatusListener, addPropertyChangeListener, addResourceListListener, addVetoableChangeListener, arePropertiesFrozen, establishConnection, fireBusy, fireIdle, fireLengthChanged, fireListClosed, fireListCompleted, fireListInError, fireListOpened, firePropertyChange, fireVetoableChange, freezeProperties, getAttributeMetaData, getAttributeMetaData, getListLength, getPresentation, getSelectionMetaData, getSelectionMetaData, getSelectionValue, getSelectionValue, getSortMetaData, getSortMetaData, getSortOrder, getSortValue, getSystem, isComplete, isConnectionEstablished, isInError, isOpen, removeActiveStatusListener, removePropertyChangeListener, removeResourceListListener, removeVetoableChangeListener, resources, setAttributeMetaData, setPresentation, setSelectionValue, setSortOrder, setSortValue, setSystem, toString
public void close() throws ResourceException
close
in class BufferedResourceList
ResourceException
- If an error occurs.protected boolean isBidiEnabled()
isBidiEnabled
in class ResourceList
public boolean isResourceAvailable(long index) throws ResourceException
isResourceAvailable
in class BufferedResourceList
index
- The index.ResourceException
- If an error occurs.public void open() throws ResourceException
open
in class BufferedResourceList
ResourceException
- If an error occurs.public void refreshContents() throws ResourceException
This will implicitly open the list if needed.
refreshContents
in class BufferedResourceList
ResourceException
- If an error occurs.public void refreshStatus() throws ResourceException
This method does not refresh the contents of the list. Use
refreshContents()
to refresh
the contents of the list.
This will implicitly open the list if needed.
refreshStatus
in class ResourceList
ResourceException
- If an error occurs.public Resource resourceAt(long index) throws ResourceException
This will implicitly open the list if needed.
resourceAt
in class BufferedResourceList
index
- The index.ResourceException
- If an error occurs.public void setSelectionValue(java.lang.Object selectionID, java.lang.Object value, int bidiStringType) throws ResourceException
setSelectionValue
in class ResourceList
selectionID
- Identifies the selection.value
- The selection value, or null to remove
the selection.bidiStringType
- The bidi string type as defined by the CDRA (Character Data
Representation Architecture). See
BidiStringType
for more information and valid values.ResourceException
- If an error occurs.public void waitForComplete() throws ResourceException
This will implicitly open the list if needed.
waitForComplete
in class ResourceList
ResourceException
- If an error occurs.public void waitForResource(long index) throws ResourceException
This will implicitly open the list if needed.
waitForResource
in class ResourceList
index
- The index.ResourceException
- If an error occurs.