|
|||||||||
| Home >> All >> screengen >> [ borders overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
screengen.borders
Class TitledBorderItemEditPanel

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
screengen.borders.BorderItemPanel
screengen.borders.TitledBorderPanelBase
screengen.borders.TitledBorderItemEditPanel
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable
- public class TitledBorderItemEditPanel
- extends TitledBorderPanelBase
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) boolean |
bInitNewComponentFlg
|
(package private) javax.swing.border.Border |
oInnerBorder
|
(package private) static java.util.Hashtable |
oJustificationLookup
|
(package private) static java.util.Vector |
oJustificationValues
|
(package private) static java.util.Hashtable |
oPositionLookup
|
(package private) static java.util.Vector |
oPositionValues
|
| Fields inherited from class screengen.borders.TitledBorderPanelBase |
ChangeColourButton, ChangeFontButton, EditInnerButton, InnerPanel, JLabel1, JLabel3, JLabel4, JLabel5, JLabel6, JLabel7, JLabel8, JustificationComboBox, PositionComboBox, TitleTextField |
| Fields inherited from class screengen.borders.BorderItemPanel |
oBorder, oComp, oListener |
| 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.Container |
|
| 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, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
TitledBorderItemEditPanel()
|
|
| Method Summary | |
(package private) static void |
AddJustification(int iValue,
java.lang.String sLabel)
|
(package private) static void |
AddPosition(int iValue,
java.lang.String sLabel)
|
(package private) void |
AttachEditFields()
|
(package private) ValueLabelPair |
findJustificationPair(int iJustification)
|
(package private) ValueLabelPair |
findPositionPair(int iPosition)
|
void |
SetValuesFrom(javax.swing.JComponent oNewComp,
javax.swing.border.Border oNewBorder)
|
(package private) void |
ShowInnerBorder()
|
(package private) void |
ShowValues()
|
(package private) void |
UpdateValues()
|
| Methods inherited from class screengen.borders.TitledBorderPanelBase |
BuildFrame, BuildInnerPanel |
| Methods inherited from class screengen.borders.BorderItemPanel |
addBorderChangeListener, fireChangedBorder |
| 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 |
bInitNewComponentFlg
boolean bInitNewComponentFlg
oInnerBorder
javax.swing.border.Border oInnerBorder
oJustificationValues
static java.util.Vector oJustificationValues
oPositionValues
static java.util.Vector oPositionValues
oJustificationLookup
static java.util.Hashtable oJustificationLookup
oPositionLookup
static java.util.Hashtable oPositionLookup
| Constructor Detail |
TitledBorderItemEditPanel
public TitledBorderItemEditPanel()
| Method Detail |
ShowInnerBorder
void ShowInnerBorder()
AttachEditFields
void AttachEditFields()
SetValuesFrom
public void SetValuesFrom(javax.swing.JComponent oNewComp, javax.swing.border.Border oNewBorder)
- Overrides:
SetValuesFromin classBorderItemPanel
ShowValues
void ShowValues()
UpdateValues
void UpdateValues()
findJustificationPair
ValueLabelPair findJustificationPair(int iJustification)
findPositionPair
ValueLabelPair findPositionPair(int iPosition)
AddPosition
static void AddPosition(int iValue,
java.lang.String sLabel)
AddJustification
static void AddJustification(int iValue,
java.lang.String sLabel)
|
|||||||||
| Home >> All >> screengen >> [ borders overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC