|
|||||||||
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.JQContainer
yu.ac.bg.etf.javaqx.qswing.JQPanel
Panel Component.
Field Summary | |
static int |
BORDER_STYLE_PLAIN
Plain panel border (the value is 16). |
static int |
BORDER_STYLE_RAISED
Raised panel border (the value is 32). |
static int |
BORDER_STYLE_SUNKEN
Sunken panel border (the value is 48). |
static int |
PANEL_TYPE_BOX
Box panel type (the value is 1). |
static int |
PANEL_TYPE_CLASSIC
Classic panel type (the value is 3). |
static int |
PANEL_TYPE_FLAT
Flat panel type (the value is 0). |
static int |
PANEL_TYPE_STANDARD
Standard panel type (the value is 2). |
static int |
PANEL_TYPE_STYLED
Styled panel type (the value is 6). |
Fields inherited from class yu.ac.bg.etf.javaqx.qswing.JQComponent |
listenerList |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQPanelProperties |
PROPERTY_BORDER_STYLE, PROPERTY_BORDER_WIDTH, PROPERTY_PANEL_TYPE |
Fields inherited from interface yu.ac.bg.etf.javaqx.qswing.properties.JQContainerProperties |
PROPERTY_LAYOUT_MANAGER |
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 | |
JQPanel()
Constructs new JQPanel object. |
|
JQPanel(LayoutManager layoutManager)
Constructs new JQPanel object. |
Method Summary | |
int |
getBorderStyle()
Returns border style. |
int |
getBorderWidth()
Returns border width. |
int |
getPanelType()
Returns panel type. |
void |
setBorderStyle(int borderStyle)
Sets border style. |
void |
setBorderWidth(int borderWidth)
Sets border width. |
void |
setPanelType(int panelType)
Sets panel type. |
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.JQContainer |
add, add, add, add, addImpl, doLayout, getComponent, getComponentCount, getComponentIndex, getComponents, getLayout, getMaximumSize, getMinimumSize, getOwnedComponents, getPreferredSize, invalidate, pack, paramString, remove, remove, removeAll, setBackground, setComponentOrientation, setForeground, setLayout, updateLocalization, validate |
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 |
Field Detail |
public static final int PANEL_TYPE_FLAT
public static final int PANEL_TYPE_BOX
public static final int PANEL_TYPE_STANDARD
public static final int PANEL_TYPE_CLASSIC
public static final int PANEL_TYPE_STYLED
public static final int BORDER_STYLE_PLAIN
public static final int BORDER_STYLE_RAISED
public static final int BORDER_STYLE_SUNKEN
Constructor Detail |
public JQPanel()
public JQPanel(LayoutManager layoutManager)
layoutManager
- the layout managerMethod Detail |
public int getPanelType()
public void setPanelType(int panelType)
panelType
- the panel typepublic int getBorderStyle()
public void setBorderStyle(int borderStyle)
borderStyle
- the border stylepublic int getBorderWidth()
public void setBorderWidth(int borderWidth)
borderWidth
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |