Skip to content

Package io.github.qishr.cascara.ui.control

Class ResourceTabPane

java.lang.Object
        javafx.scene.Node
                javafx.scene.Parent
                        javafx.scene.layout.Region
                                javafx.scene.layout.Pane
                                        javafx.scene.layout.VBox
                                                io.github.qishr.cascara.ui.control.ResourceTabPane


public class ResourceTabPane
extends VBox

Field Summary

Modifier and Type Field Description
protected final ObjectProperty selectedTab

Constructor Summary

Constructor Description
ResourceTabPane()

Method Summary

Modifier and Type Method Description
public ObjectProperty<ResourceTab> selectedTabProperty()
public ResourceTab getSelectedTab()
public void setUri(ResourceTab v)
public void selectTab(ResourceTab tab)
public ObservableList<ResourceTab> getTabs()
public ResourceTab createTab(boolean isTransient)
public void removeTab(ResourceTab tab)

Field Details

selectedTab

protected final ObjectProperty selectedTab


Method Details

selectedTabProperty

public ObjectProperty<ResourceTab> selectedTabProperty()


getSelectedTab

public ResourceTab getSelectedTab()


setUri

public void setUri(ResourceTab v)


selectTab

public void selectTab(ResourceTab tab)


getTabs

public ObservableList<ResourceTab> getTabs()


createTab

public ResourceTab createTab(boolean isTransient)


removeTab

public void removeTab(ResourceTab tab)