|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.opnav.ObjectName
A data entity which represents a hierarchical object name on some UI platform. The format of an object name is opaque to client interface implementations. Gettor methods are provided which allow clients to extract relevant information, such as the name of the object's parent or the name of the system under which the object appears in the containment hierarchy.
ListManager
,
ActionsManager
,
DropTargetManager
, Serialized FormField Summary | |
static int |
JAVA_CONSOLE
THIS CONSTANT IS CURRENTLY NOT SUPPORTED |
static int |
JAVA_SWING_CONSOLE
THIS CONSTANT IS CURRENTLY NOT SUPPORTED |
static int |
WINDOWS_CONSOLE
THIS CONSTANT IS CURRENTLY NOT SUPPORTED |
Method Summary | |
int |
getConsoleType()
THIS METHOD IS CURRENTLY NOT SUPPORTED Return the console type for this Object in the java framework |
java.lang.Object |
getContextInfo()
THIS METHOD IS CURRENTLY NOT SUPPORTED Retrieve an object that was stored into the context of this ObjectName. |
java.lang.Object |
getContextInfo(java.lang.String key)
THIS METHOD IS CURRENTLY NOT SUPPORTED Retrieve an object that was stored into the context of this ObjectName. |
java.lang.String |
getDisplayName()
Returns the display name. |
java.lang.String |
getDisplayPath()
Returns the display path. |
java.awt.Frame |
getFrame()
THIS METHOD IS CURRENTLY NOT SUPPORTED Will return the frame that this object resides in |
ListManager |
getListManager()
|
java.lang.Object |
getListObject()
Returns a cached list object. |
int |
getObjectIndex()
Returns the object index. |
java.lang.String |
getObjectType()
Returns the object type. |
ObjectName |
getParentFolder()
Returns the parent folder. |
java.lang.String |
getParentFolderName()
Returns the parent folder name. |
java.lang.String |
getParentFolderPath()
Returns the parent folder path. |
java.lang.Object |
getPublicListObject()
Returns a public cached list object. |
java.lang.String |
getSystemName()
Returns the object's system name. |
java.lang.Object |
getSystemObject()
Returns an AS400 system object. |
java.lang.Object |
getSystemObject(java.lang.String sessionName)
Returns an AS400 system object. |
static java.lang.Object |
getSystemObject(java.lang.String systemName,
java.lang.String sessionName)
Returns an AS400 system object. |
void |
setContextInfo(java.lang.Object info)
THIS METHOD IS CURRENTLY NOT SUPPORTED Save a user defined object into the context of this ObjectName. |
void |
setContextInfo(java.lang.String key,
java.lang.Object info)
THIS METHOD IS CURRENTLY NOT SUPPORTED Save a user defined object into the context of this ObjectName. |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int JAVA_CONSOLE
public static final int JAVA_SWING_CONSOLE
public static final int WINDOWS_CONSOLE
Method Detail |
public int getConsoleType()
none
- public java.awt.Frame getFrame()
none
- public ListManager getListManager()
public void setContextInfo(java.lang.Object info)
info
- A user defined object that will be saved into the context of this ObjectNamegetContextInfo
public void setContextInfo(java.lang.String key, java.lang.Object info)
key
- The key assocated with the objectinfo
- A user defined object that will be saved into the context of this ObjectNamegetContextInfo
public java.lang.Object getContextInfo()
setContextInfo
public java.lang.Object getContextInfo(java.lang.String key)
key
- The key assocated with the objectsetContextInfo
public java.lang.String getDisplayName() throws ObjectNameException
public java.lang.String getDisplayPath() throws ObjectNameException
public java.lang.Object getListObject() throws ObjectNameException
ListManager
public ObjectName getParentFolder() throws ObjectNameException
ObjectName
of the parent container.public java.lang.String getParentFolderName() throws ObjectNameException
public java.lang.String getParentFolderPath() throws ObjectNameException
public java.lang.String getObjectType() throws ObjectNameException
public int getObjectIndex() throws ObjectNameException
public java.lang.String getSystemName() throws ObjectNameException
public java.lang.Object getSystemObject() throws ObjectNameException
public java.lang.Object getSystemObject(java.lang.String sessionName) throws ObjectNameException
sessionName
- Identifies the session to use to connect to the AS/400 system.
If null, an existing session will be used.public static java.lang.Object getSystemObject(java.lang.String systemName, java.lang.String sessionName) throws ObjectNameException
systemName
- The name of the AS/400 system.sessionName
- Identifies the session to use to connect to the AS/400 system.
If null, an existing session will be used.public java.lang.Object getPublicListObject() throws ObjectNameException
ListManager
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |