|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.gui.XuluxWidget org.xulux.gui.ContainerWidget org.xulux.guilayer.swing.widgets.ScrollPane
public class ScrollPane
The scrollpane adds a scrollpane to the gui. You can use the scrollpane in the xml or if you define a widget to being scrollable, it will inject the scrollpane as the parent of the widget.
Field Summary | |
---|---|
protected javax.swing.JScrollPane |
pane
|
Fields inherited from class org.xulux.gui.ContainerWidget |
---|
widgets |
Fields inherited from class org.xulux.gui.XuluxWidget |
---|
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible |
Constructor Summary | |
---|---|
ScrollPane(java.lang.String name)
|
Method Summary | |
---|---|
void |
addToParent(org.xulux.api.gui.IWidget widget)
|
boolean |
canContainValue()
|
void |
destroy()
|
void |
focus()
|
java.lang.Object |
getGuiValue()
|
java.lang.Object |
getNativeWidget()
|
void |
initialize()
|
boolean |
isValueEmpty()
|
void |
refresh()
|
Methods inherited from class org.xulux.gui.ContainerWidget |
---|
addChildWidget, canBeRootWidget, canContainChildren, destroyChildren, getChildWidgets, getWidgetInitializer, initializeChildren |
Methods inherited from class org.xulux.gui.XuluxWidget |
---|
addDependency, addPropertyHandler, addPropertyHandler, addXuluxListener, clear, equals, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getValue, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProperty, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setValue, setVisible, setWidgetInitializer, setWidgetType, toString, updateWidget |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.swing.JScrollPane pane
Constructor Detail |
---|
public ScrollPane(java.lang.String name)
name
- the name of the widgetMethod Detail |
---|
public void destroy()
destroy
in interface org.xulux.api.gui.IContainerWidgetHandler
destroy
in interface org.xulux.api.gui.IWidget
destroy
in class org.xulux.gui.ContainerWidget
IWidget.destroy()
public java.lang.Object getNativeWidget()
IWidget.getNativeWidget()
public void initialize()
IWidget.initialize()
public java.lang.Object getGuiValue()
IWidget.getGuiValue()
public void focus()
IWidget.focus()
public boolean isValueEmpty()
IWidget.isValueEmpty()
public boolean canContainValue()
IWidget.canContainValue()
public void addToParent(org.xulux.api.gui.IWidget widget)
org.xulux.gui.ContainerWidget#addToParent(org.xulux.gui.XuluxWidget)
public void refresh()
refresh
in interface org.xulux.api.gui.IWidget
refresh
in class org.xulux.gui.XuluxWidget
XuluxWidget.refresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |