|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MobyClient | |
---|---|
ca.ucalgary.seahawk.gui | Seahawk is a graphical MOBY client that can be used standalone, or easily embedded in another Java application. |
ca.ucalgary.seahawk.services | |
ca.ucalgary.seahawk.util |
Uses of MobyClient in ca.ucalgary.seahawk.gui |
---|
Methods in ca.ucalgary.seahawk.gui that return MobyClient | |
---|---|
MobyClient |
MobyServicesGUI.getMobyClient()
|
Methods in ca.ucalgary.seahawk.gui with parameters of type MobyClient | |
---|---|
static MobyObjectTransferHandler |
MobyObjectTransferHandler.getHandler(MobyClient cl)
This is how you get an instance of the handler. |
Constructors in ca.ucalgary.seahawk.gui with parameters of type MobyClient | |
---|---|
MobyDataObjectWidget(String articleName,
MobyClient client,
MobyDataInstance data,
boolean editable)
C-tor for instantiated data. |
|
MobyDataObjectWidget(String articleName,
MobyClient client,
MobyDataType dataType,
MobyNamespace[] nss,
boolean isaCollection)
C-tor for uninstantiated data. |
|
MobyDataObjectWidget(String articleName,
MobyClient client,
MobyPrimaryData data)
|
|
MobySecondaryInputGUI(ActionListener al,
Frame owner,
boolean modal,
int actionCommandID,
MobyClient client)
|
|
MobySecondaryInputGUI(ActionListener al,
Frame owner,
boolean modal,
MobyClient client)
|
|
MobySecondaryInputGUI(ActionListener al,
int actionCommandID,
MobyClient client)
|
|
MobySecondaryInputGUI(ActionListener al,
MobyClient client)
|
Uses of MobyClient in ca.ucalgary.seahawk.services |
---|
Constructors in ca.ucalgary.seahawk.services with parameters of type MobyClient | |
---|---|
MobyComplexBuilder(String dataType,
Map<String,String[]> members,
Map<String,String> nameSpaces,
MobyClient cl)
|
|
MobyComplexBuilder(String dataType,
Map<String,String[]> members,
Map<String,String> nameSpaces,
MobyClient cl,
String articleName)
|
Uses of MobyClient in ca.ucalgary.seahawk.util |
---|
Methods in ca.ucalgary.seahawk.util with parameters of type MobyClient | |
---|---|
static MobyContentInstance |
MobyUtils.convertURLtoMobyBinaryData(MobyClient client,
URL url)
The purpose of this method is to create a MOBY document to encapsulate a binary data object stored at the given URL. |
|
Version: 1.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |