de.pannenleiter.tbug.hook
Interface StyleFrame


public interface StyleFrame

StyleFrame -- proxy to interact with the style frame


Method Summary
 Node getCurrentNode()
           
 java.lang.String[] getGlobalNames()
           
 int getIndex()
           
 int getLineNumber()
           
 java.lang.String[] getLocalNames()
           
 java.lang.String getName()
           
 SourceFrame getSourceFrame()
           
 StyleSheet getStyleSheet()
           
 java.lang.String getSystemId()
           
 Value getVariable(java.lang.String name)
           
 

Method Detail

getIndex

public int getIndex()
             throws java.lang.Exception

getName

public java.lang.String getName()
                         throws java.lang.Exception

getCurrentNode

public Node getCurrentNode()
                    throws java.lang.Exception

getStyleSheet

public StyleSheet getStyleSheet()
                         throws java.lang.Exception

getSystemId

public java.lang.String getSystemId()
                             throws java.lang.Exception

getLineNumber

public int getLineNumber()
                  throws java.lang.Exception

getSourceFrame

public SourceFrame getSourceFrame()
                           throws java.lang.Exception

getGlobalNames

public java.lang.String[] getGlobalNames()
                                  throws java.lang.Exception

getLocalNames

public java.lang.String[] getLocalNames()
                                 throws java.lang.Exception

getVariable

public Value getVariable(java.lang.String name)
                  throws java.lang.Exception