|
|||||||||||
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
wt.clients.iba.container.ValueDetailsConstraintsPanel
------------------------------------------------------------ This class extends JPanel and implements JAttrValueDetailsTabbedPanel Interface. This panel is initiated from AttributeValueDetailsDialog. ------------------------------------------------------------
Nested Class Summary | |
(package private) class |
ValueDetailsConstraintsPanel.SelectorListener
Inner SelectorListener class |
Nested classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) AttributeValueDetailsDialog |
attributeValueDetailsDialog
Reference to main Dialog AttributeValueDetailsDialog |
protected Color |
bgColor
|
private static String |
CONTAINER_RESOURCE
String containing the Resource Bundle |
private boolean |
isDirtyFlag
boolean flag to check if panel is dirty |
(package private) ListSelector |
listSelector
|
protected String |
LISTTITLE
|
protected ResourceBundle |
resource
|
(package private) JTextArea |
textArea
|
Fields inherited from class javax.swing.JPanel |
|
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 | |
ValueDetailsConstraintsPanel()
|
Method Summary | |
void |
apply()
Called to Apply all changes done on this panel This method will generally be called by the AttributeValueDetailsDialog |
void |
cancel()
Called to Cancel all changes done to this panel This method will generally be called by the AttributeValueDetailsDialog |
JPanel |
create(Component a,
boolean mode)
create method accepts two arguments, handle of AttributeValueDetailsDialog and boolean mode mode = true means edit mode mode = false means view mode |
protected ListSelector |
createAndPopulateListSelector()
Helper method to create and populate the list Selector |
protected JTextArea |
createTextArea()
|
String |
getTabName()
return the Tab name of this panel |
protected void |
initResource()
intialize the resource bundle and all the localized variables |
boolean |
isDirty()
return the current state of the dirty flag |
protected void |
setComponents()
Helper method to set all components on this panel |
void |
setDirty(boolean flag)
set the state of the dirty flag |
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 |
private static final String CONTAINER_RESOURCE
protected ResourceBundle resource
protected String LISTTITLE
protected Color bgColor
private boolean isDirtyFlag
AttributeValueDetailsDialog attributeValueDetailsDialog
ListSelector listSelector
JTextArea textArea
Constructor Detail |
public ValueDetailsConstraintsPanel()
Method Detail |
public JPanel create(Component a, boolean mode)
create
in interface JAttrValueDetailsTabbedPanel
public void apply()
apply
in interface JAttrValueDetailsTabbedPanel
public void cancel()
cancel
in interface JAttrValueDetailsTabbedPanel
public boolean isDirty()
isDirty
in interface JAttrValueDetailsTabbedPanel
public void setDirty(boolean flag)
setDirty
in interface JAttrValueDetailsTabbedPanel
public String getTabName()
getTabName
in interface JAttrValueDetailsTabbedPanel
protected void initResource()
protected void setComponents()
protected ListSelector createAndPopulateListSelector()
protected JTextArea createTextArea()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |