Package | Description |
---|---|
com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
VNode |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
Modifier and Type | Class | Description |
---|---|---|
class |
VIFSDirectory |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VIFSFile |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VJob |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VJobList |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VJobLogMessage |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VMessage |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VMessageList |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VMessageQueue |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VOutput |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VPrinter |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VPrinterOutput |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VPrinters |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VQueuedMessage |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VSystemPool |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VSystemStatus |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VSystemValueList |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VUser |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VUserAndGroup |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
class |
VUserList |
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
|
Modifier and Type | Method | Description |
---|---|---|
VObject |
VIFSDirectory.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VJob.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VJobList.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VMessageList.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VMessageQueue.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VNode.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VPrinter.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VPrinterOutput.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VPrinters.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VSystemStatus.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VSystemValueList.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VUserAndGroup.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VUserList.getDetailsChildAt(int index) |
Deprecated.
Returns the child for the details at the specified index.
|
VObject |
VObjectEvent.getObject() |
Deprecated.
Returns the affected system resource.
|
VObject |
VPropertiesAction.getObject() |
Deprecated.
Returns the object with which the action is associated.
|
VObject |
AS400DetailsModel.getObjectAt(int rowIndex) |
Deprecated.
Returns the object at the specifed row.
|
VObject |
AS400DetailsPane.getSelectedObject() |
Deprecated.
Returns the first selected object.
|
VObject |
AS400ExplorerPane.getSelectedObject() |
Deprecated.
Returns the first selected object.
|
VObject |
AS400ListPane.getSelectedObject() |
Deprecated.
Returns the first selected object.
|
VObject |
VSystemStatusPane.getSelectedObject() |
Deprecated.
Returns the first selected object.
|
VObject[] |
AS400DetailsPane.getSelectedObjects() |
Deprecated.
Returns the objects which are represented by the selected rows.
|
VObject[] |
AS400ExplorerPane.getSelectedObjects() |
Deprecated.
Returns the selected objects.
|
VObject[] |
AS400ListPane.getSelectedObjects() |
Deprecated.
Returns the selected objects.
|
VObject[] |
VSystemStatusPane.getSelectedObjects() |
Deprecated.
Returns the selected objects.
|
Modifier and Type | Method | Description |
---|---|---|
int |
VIFSDirectory.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VJob.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VJobList.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VMessageList.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VMessageQueue.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VNode.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VPrinter.getDetailsIndex(VObject child) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VPrinterOutput.getDetailsIndex(VObject child) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VPrinters.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VSystemStatus.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VSystemValueList.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VUserAndGroup.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
int |
VUserList.getDetailsIndex(VObject detailsChild) |
Deprecated.
Returns the index of the specified child for the details.
|
boolean |
AS400DetailsPane.isSelected(VObject object) |
Deprecated.
Indicates if the object is selected.
|
boolean |
AS400ExplorerPane.isSelected(VObject object) |
Deprecated.
Indicates if the object in the tree or the details is selected.
|
boolean |
AS400ListPane.isSelected(VObject object) |
Deprecated.
Indicates if the object is selected.
|
void |
VPropertiesAction.setObject(VObject object) |
Deprecated.
Sets the object with which the action is associated.
|
CellEditor |
VActionContext.startEditing(VObject object,
Object propertyIdentifier) |
Deprecated.
Prompts the user to edit the text for a system resource.
|
Constructor | Description |
---|---|
VObjectEvent(Object source,
VObject object) |
Deprecated.
Constructs a VObjectEvent object.
|
VObjectEvent(Object source,
VObject object,
VNode parent) |
Deprecated.
Constructs a VObjectEvent object.
|
Copyright © 2024. All rights reserved.