org.eclipse.corona.repository
Interface IUIRepositoryAdapter

All Superinterfaces:
IRepositoryAdapter
All Known Implementing Classes:
WpCvsRepositoryAdapter

public interface IUIRepositoryAdapter
extends IRepositoryAdapter

Interface for adapters that can invoke UI operations related to repositories. Used in PCX to enable / disable / hide actions and to show view.

Author:
cwpl-pkaczmar

Field Summary
 
Fields inherited from interface org.eclipse.corona.repository.IRepositoryAdapter
ATTRIBUTE_ACCESS_TYPE, ATTRIBUTE_ADAPTER_CLASS, ATTRIBUTE_CONTENT_TYPE, ELEMENT_ADAPTER, ELEMENT_DESCRIPTOR, EXTENSION_POINT_ID
 
Method Summary
 java.lang.String getStatus()
           
 boolean isCloseActionEnabled()
           
 boolean isFetchResourceActionEnabled()
           
 boolean isOpenActionEnabled()
           
 void showInView()
           
 
Methods inherited from interface org.eclipse.corona.repository.IRepositoryAdapter
addResource, close, fetchResource, getDescriptor, getName, getProperties, listResourceIds, open, removeResource, resourceExists, setDescriptor, setProperties
 

Method Detail

isOpenActionEnabled

boolean isOpenActionEnabled()

isCloseActionEnabled

boolean isCloseActionEnabled()

isFetchResourceActionEnabled

boolean isFetchResourceActionEnabled()

showInView

void showInView()

getStatus

java.lang.String getStatus()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.