Extension SDK 9.0.5

oracle.jdeveloper.runner
Interface ClientList

All Superinterfaces:
Browseable, BrowseablePaths

public interface ClientList
extends BrowseablePaths

Extension of BrowseablePaths interface that allows the Node to specify some clients which are not browseable paths. This can be used for invoking clients such as J2ME emulators.


Method Summary
 void indexSelected(int index)
           
 void invokeClient(int index)
           
 
Methods inherited from interface oracle.jdeveloper.runner.BrowseablePaths
getBrowseablePath, getBrowseablePathCount, getDisplayable
 

Method Detail

indexSelected

public void indexSelected(int index)

invokeClient

public void invokeClient(int index)

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.