|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.core.AbstractDisposable
yu.ac.bg.etf.javaqx.qswing.JQComponent
yu.ac.bg.etf.javaqx.qswing.JQScrollPane
Scroll Pane Component.
Field Summary |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.JQComponent |
listenerList |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQComponentProperties |
PROPERTY_BACKGROUND, PROPERTY_COMPONENT_ORIENTATION, PROPERTY_CONTEXT_MENU, PROPERTY_ENABLED, PROPERTY_FIXED_SIZE, PROPERTY_FOCUSABLE, PROPERTY_FONT, PROPERTY_FOREGROUND, PROPERTY_INSETS, PROPERTY_LOCALE, PROPERTY_MAXIMUM_SIZE, PROPERTY_MINIMUM_SIZE, PROPERTY_NAME, PROPERTY_OPAQUE, PROPERTY_PREFERRED_SIZE, PROPERTY_RESOURCE_BUNDLE_NAME, PROPERTY_STATUS_TIP_TEXT, PROPERTY_STYLE_SHEET, PROPERTY_TOOL_TIP_TEXT, PROPERTY_VISIBLE, PROPERTY_WHATS_THIS_TEXT |
Constructor Summary | |
JQScrollPane()
Constructs new JQScrollPane object. |
|
JQScrollPane(JQComponent view)
Constructs new JQScrollPane object. |
Method Summary | |
JQComponent[] |
getOwnedComponents()
Return an array containing all the components this component currently owns. |
JQComponent |
getView()
Returns view component. |
void |
setComponentOrientation(ComponentOrientation orientation)
Sets component orientation. |
JQComponent |
setView(JQComponent view)
Sets new view component. |
void |
updateLocalization()
Updates localization. |
void |
validate()
Validates the component. |
Methods inherited from class yu.ac.bg.etf.javaqx.core.AbstractDisposable |
addDisposeListener, dispose, disposedCheck, disposedErrorString, finalize, isDisposed, removeDisposeListener |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JQScrollPane()
public JQScrollPane(JQComponent view)
view
- the view componentMethod Detail |
public JQComponent getView()
public JQComponent setView(JQComponent view)
view
- the view component
public void setComponentOrientation(ComponentOrientation orientation)
setComponentOrientation
in class JQComponent
orientation
- the component orientationpublic void validate()
validate
in class JQComponent
public void updateLocalization()
updateLocalization
in class JQComponent
public JQComponent[] getOwnedComponents()
getOwnedComponents
in class JQComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |