|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.css.preview.PreviewConfigurationPage
public class PreviewConfigurationPage
| Constructor Summary | |
|---|---|
PreviewConfigurationPage(MultiPageCSSEditor editor)
Creates a new preview configuration page |
|
| Method Summary | |
|---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Creates the preview page control |
void |
dispose()
Disposes this page |
java.lang.String |
getBrowserLabel()
Gets the browser label |
org.eclipse.swt.widgets.Control |
getControl()
Gets the control of the preview page |
java.lang.String |
getTitle()
Gets the title of the preview page |
java.lang.String |
getURL()
Gets the URL for this page |
void |
setBrowser(ContributedBrowser browser,
java.lang.String label)
Sets the browser object and its name albe |
void |
setIndex(int index)
Sets the index of this preview page |
void |
setTitle(java.lang.String title)
Sets the title of the preview page |
void |
setURL(java.lang.String url)
Sets the url of the preview page |
void |
showBrowserArea()
Displays the browser area of this preview page |
void |
showEditArea()
Displays the edit area of this preview page |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreviewConfigurationPage(MultiPageCSSEditor editor)
editor - | Method Detail |
|---|
public void setIndex(int index)
index - -
index of pagepublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent - -
parent of preview pagepublic java.lang.String getBrowserLabel()
public void setBrowser(ContributedBrowser browser,
java.lang.String label)
browser - label - public void setTitle(java.lang.String title)
title - public void showEditArea()
public void showBrowserArea()
public java.lang.String getURL()
public void setURL(java.lang.String url)
url - public java.lang.String getTitle()
public org.eclipse.swt.widgets.Control getControl()
public void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||