intltyper.common
Interface PanelParent

All Known Implementing Classes:
SwingApplet, SwingWindow

public interface PanelParent

Methods needed for components that are parent of a SwingPanel


Method Summary
 java.lang.String[] getMethodTitles()
           
 boolean isApplet()
           
 java.lang.String showNatively(int method, java.lang.String s)
           
 

Method Detail

getMethodTitles

public java.lang.String[] getMethodTitles()

showNatively

public java.lang.String showNatively(int method,
                                     java.lang.String s)

isApplet

public boolean isApplet()