|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.compiere.swing.CPanel
org.compiere.pos.PosSubPanel
public abstract class PosSubPanel
POS Sub Panel Base Class. The Panel knows where to position itself in the POS Panel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
static Insets |
INSETS1
Inset 1all |
static Insets |
INSETS2
Inset 2all |
protected Ctx |
p_ctx
Context |
protected MPOS |
p_pos
Underlying POS Model |
protected GridBagConstraints |
p_position
Position of SubPanel in Main |
protected PosPanel |
p_posPanel
POS Panel |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, PROPERTIES, SOMEBITS |
| Constructor Summary | |
|---|---|
PosSubPanel(PosPanel posPanel)
Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener |
protected CButton |
createButton(String text)
Create Standard Button |
protected CButton |
createButtonAction(String action,
KeyStroke accelerator)
Create Action Button |
void |
dispose()
Dispose - Free Resources |
protected abstract void |
init()
Initialize |
| Methods inherited from class org.compiere.swing.CPanel |
|---|
getBackgroundColor, getTabLevel, setBackground, setBackgroundColor, setTabLevel, toString |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected PosPanel p_posPanel
protected MPOS p_pos
protected GridBagConstraints p_position
protected Ctx p_ctx
public static Insets INSETS1
public static Insets INSETS2
| Constructor Detail |
|---|
public PosSubPanel(PosPanel posPanel)
posPanel - POS Panel| Method Detail |
|---|
protected abstract void init()
public void dispose()
protected CButton createButtonAction(String action,
KeyStroke accelerator)
action - action
protected CButton createButton(String text)
text - text
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - event
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||