public class BlockBrowser extends Object implements org.fit.layout.gui.Browser
| Modifier and Type | Field and Description |
|---|---|
static BlockBrowser |
browser |
static float |
TAG_PROBABILITY_THRESHOLD |
| Constructor and Description |
|---|
BlockBrowser() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAreaSelectionListener(org.fit.layout.gui.AreaSelectionListener listener) |
void |
addInfoPanel(JComponent component,
double weighty) |
void |
addStructurePanel(String title,
JComponent component) |
void |
addToolBar(JToolBar toolbar) |
void |
addToolPanel(String title,
JComponent component) |
void |
displayURL(String urlstring) |
org.fit.layout.model.AreaTree |
getAreaTree() |
org.fit.cssbox.layout.BrowserCanvas |
getBrowserCanvas() |
boolean |
getLoadImages() |
String |
getLocation() |
protected JCheckBox |
getLogicalAutorunCheckbox() |
org.fit.layout.model.LogicalAreaTree |
getLogicalTree() |
JFrame |
getMainWindow()
This method initializes jFrame
|
org.fit.layout.api.OutputDisplay |
getOutputDisplay() |
org.fit.layout.model.Page |
getPage() |
GUIProcessor |
getProcessor() |
protected JCheckBox |
getSegmAutorunCheckbox() |
org.fit.layout.model.Area |
getSelectedArea() |
void |
initPlugins() |
static void |
main(String[] args) |
void |
refresh()
Refresh the trees.
|
void |
setAreaTree(org.fit.layout.model.AreaTree areaTree) |
void |
setLoadImages(boolean b) |
void |
setLocation(String url) |
void |
setLogicalTree(org.fit.layout.model.LogicalAreaTree logicalTree) |
void |
setPage(org.fit.layout.model.Page page) |
void |
showAreas(org.fit.layout.model.Area root,
String name) |
void |
updateDisplay() |
public static BlockBrowser browser
public static final float TAG_PROBABILITY_THRESHOLD
public void setLocation(String url)
public String getLocation()
public void setLoadImages(boolean b)
public boolean getLoadImages()
public void refresh()
public void addToolBar(JToolBar toolbar)
addToolBar in interface org.fit.layout.gui.Browserpublic void addToolPanel(String title, JComponent component)
addToolPanel in interface org.fit.layout.gui.Browserpublic void addStructurePanel(String title, JComponent component)
addStructurePanel in interface org.fit.layout.gui.Browserpublic void addInfoPanel(JComponent component, double weighty)
addInfoPanel in interface org.fit.layout.gui.Browserpublic org.fit.layout.api.OutputDisplay getOutputDisplay()
getOutputDisplay in interface org.fit.layout.gui.Browserpublic void updateDisplay()
updateDisplay in interface org.fit.layout.gui.Browserpublic org.fit.layout.model.Area getSelectedArea()
getSelectedArea in interface org.fit.layout.gui.Browserpublic void addAreaSelectionListener(org.fit.layout.gui.AreaSelectionListener listener)
addAreaSelectionListener in interface org.fit.layout.gui.Browserpublic void setPage(org.fit.layout.model.Page page)
setPage in interface org.fit.layout.gui.Browserpublic org.fit.layout.model.Page getPage()
getPage in interface org.fit.layout.gui.Browserpublic org.fit.layout.model.AreaTree getAreaTree()
getAreaTree in interface org.fit.layout.gui.Browserpublic org.fit.layout.model.LogicalAreaTree getLogicalTree()
getLogicalTree in interface org.fit.layout.gui.Browserpublic void setAreaTree(org.fit.layout.model.AreaTree areaTree)
setAreaTree in interface org.fit.layout.gui.Browserpublic void setLogicalTree(org.fit.layout.model.LogicalAreaTree logicalTree)
setLogicalTree in interface org.fit.layout.gui.Browserpublic GUIProcessor getProcessor()
public void displayURL(String urlstring)
public void showAreas(org.fit.layout.model.Area root,
String name)
public org.fit.cssbox.layout.BrowserCanvas getBrowserCanvas()
public void initPlugins()
public JFrame getMainWindow()
protected JCheckBox getSegmAutorunCheckbox()
protected JCheckBox getLogicalAutorunCheckbox()
public static void main(String[] args)
Copyright © 2015. All rights reserved.