com.ephox.editlive.custom
Interface HyperlinkDialog


public interface HyperlinkDialog


Method Summary
 JTextField getLinkFieldText()
          Sets the URL to display in the link src field.
 String getScreenTip()
          Returns the value of the screen tip field
 void setScreenTip(String tip)
          Sets the value of the screen tip field.
 void setTargetComboVisible(boolean show)
          If true displays the target combo else hides it.
 

Method Detail

getLinkFieldText

public JTextField getLinkFieldText()
Sets the URL to display in the link src field.

Returns:
Link text field.

setScreenTip

public void setScreenTip(String tip)
Sets the value of the screen tip field.

Parameters:
tip - The initial screen tip

getScreenTip

public String getScreenTip()
Returns the value of the screen tip field

Returns:
Screen tip value as a string

setTargetComboVisible

public void setTargetComboVisible(boolean show)
If true displays the target combo else hides it.

Parameters:
show - Display the target combo

Copyright (c) 2005-2007 Ephox Pty Ltd. All rights reserved.