jaugment2.UI.swingUI
Interface SwingUIRepresentable

All Known Implementing Classes:
TextUIApaptorPanel, SSHServiceSwingRepresentation, JavaMailSwingRepresentation, TextEditorSwingRepresentation, PasswordServiceSwingRepresentation, MediaPlayerSwingRepresentation, DirectoryServiceSwingRepresentation

Deprecated. use the service-ui-draft-standart instead

public interface SwingUIRepresentable
extends java.rmi.Remote

Interface all representations of services for a SwingUI must implement.


Method Summary
 javax.swing.JPanel getPanel()
          Deprecated.  
 

Method Detail

getPanel

public javax.swing.JPanel getPanel()
                            throws java.rmi.RemoteException
Deprecated.