Package | Description |
---|---|
com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NetServer |
Deprecated.
This class has been replaced by
ISeriesNetServer
and may be removed in a future release. |
class |
NetServerConnection |
Deprecated.
This class has been replaced by the
ISeriesNetServerConnection
class and may be removed in a future release. |
class |
NetServerFileShare |
Deprecated.
This class has been replaced by the
ISeriesNetServerFileShare
class and may be removed in a future release. |
class |
NetServerPrintShare |
Deprecated.
This class has been replaced by the
ISeriesNetServerPrintShare
class and may be removed in a future release. |
class |
NetServerSession |
Deprecated.
This class has been replaced by the
ISeriesNetServerSession
class and may be removed in a future release. |
class |
NetServerShare |
Deprecated.
This class has been replaced by the
ISeriesNetServerShare
class and may be removed in a future release. |
Modifier and Type | Class | Description |
---|---|---|
class |
ChangeableResource |
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
|
class |
RIFSFile |
Deprecated.
Use
IFSFile instead, as this package may be removed in the future. |
class |
RJavaProgram |
Deprecated.
Use
JavaProgram instead, as this package may be removed in the future. |
class |
RJob |
Deprecated.
Use
Job instead, as this package may be removed in the future. |
class |
RPrinter |
Deprecated.
Use
Printer instead, as this package may be removed in the future. |
class |
RQueuedMessage |
Deprecated.
Use
QueuedMessage instead, as this package may be removed in the future. |
class |
RSoftwareResource |
Deprecated.
Use
Product instead, as this package may be removed in the future. |
class |
RUser |
Deprecated.
Use
User instead, as this package may be removed in the future. |
Modifier and Type | Method | Description |
---|---|---|
Resource |
ResourceListEvent.getResource() |
Deprecated.
Returns the associated resource.
|
Resource |
ArrayResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
BufferedResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
ResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
RIFSFileList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Resource |
SystemResourceList.resourceAt(long index) |
Deprecated.
Returns the resource specified by the index.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
BufferedResourceList.fireResourceAdded(Resource resource,
long index) |
Deprecated.
Fires a resourceAdded() ResourceListEvent.
|
protected void |
ResourceList.fireResourceAdded(Resource resource,
long index) |
Deprecated.
Fires a resourceAdded() ResourceListEvent.
|
protected void |
ArrayResourceList.setArray(Resource[] resources) |
Deprecated.
|
Constructor | Description |
---|---|
ArrayResourceList(Resource[] resources,
Presentation presentation,
ResourceMetaData[] attributeMetaData) |
Deprecated.
Constructs a ArrayResourceList object.
|
ResourceListEvent(Object source,
int eventID,
Resource resource,
long index) |
Deprecated.
Constructs a ResourceListEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
Resource |
ResourceListDetailsModel.getResourceAt(int rowIndex) |
Deprecated.
Returns the resource at the specified row.
|
Resource |
ResourceListDetailsPane.getResourceAtPoint(Point point) |
Deprecated.
Returns the resource that corresponds to the row located at the specified
point.
|
Resource |
ResourceListPane.getResourceAtPoint(Point point) |
Deprecated.
Returns the resource that corresponds to the row located at the specified
point.
|
Resource |
ResourceListDetailsPane.getSelectedResource() |
Deprecated.
Returns the first selected resource.
|
Resource |
ResourceListPane.getSelectedResource() |
Deprecated.
Returns the first selected resource.
|
Resource[] |
ResourceListDetailsPane.getSelectedResources() |
Deprecated.
Returns the resources which are represented by the selected rows.
|
Resource[] |
ResourceListPane.getSelectedResources() |
Deprecated.
Returns the selected resources.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
ResourceListDetailsPane.isSelected(Resource resource) |
Deprecated.
Indicates if the resource is selected.
|
boolean |
ResourceListPane.isSelected(Resource resource) |
Deprecated.
Indicates if the resource is selected.
|
Copyright © 2024. All rights reserved.