|
|||||||||||
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.widgets.BaseEditorPanel
wt.clients.csm.ranking.rankingcontext.RankingContextEditorPanel
Nested Class Summary |
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) Color |
bgColorText
|
static String |
CHAR_FILTER
|
(package private) JLabel |
descriptionLabel
|
(package private) JTextField |
descriptionTextField
|
private boolean |
dirty
|
protected boolean |
editable
|
static int |
MAX_CHARS
|
static int |
MAX_CHARS_DESC
|
(package private) JLabel |
nameLabel
|
(package private) JTextField |
nameTextField
|
protected RankingContextDefaultView |
rc
|
(package private) SelectCriteriaEditorPanel |
selectCriteriaEditorPanel
|
(package private) JLabel |
selectCriteriaLabel
|
Fields inherited from class wt.clients.widgets.BaseEditorPanel |
resource |
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 | |
RankingContextEditorPanel(ResourceBundle resource)
|
Method Summary | |
Object |
getItem()
|
boolean |
isDirty()
|
boolean |
isEditable()
|
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
protected void |
setComponents()
|
void |
setDirty(boolean dirty)
|
void |
setEditable(boolean editable)
|
void |
setItem(Object item)
|
Methods inherited from class wt.clients.widgets.BaseEditorPanel |
getContext, needsScrollPane, setBusy |
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 boolean editable
protected RankingContextDefaultView rc
public static final int MAX_CHARS_DESC
public static final int MAX_CHARS
public static final String CHAR_FILTER
JLabel nameLabel
JLabel descriptionLabel
JLabel selectCriteriaLabel
JTextField nameTextField
JTextField descriptionTextField
SelectCriteriaEditorPanel selectCriteriaEditorPanel
Color bgColorText
private boolean dirty
Constructor Detail |
public RankingContextEditorPanel(ResourceBundle resource)
Method Detail |
public void setEditable(boolean editable)
setEditable
in class BaseEditorPanel
public boolean isEditable()
isEditable
in class BaseEditorPanel
public void setItem(Object item)
setItem
in class BaseEditorPanel
public Object getItem()
getItem
in class BaseEditorPanel
protected void setComponents()
public boolean isDirty()
isDirty
in class BaseEditorPanel
public void setDirty(boolean dirty)
setDirty
in class BaseEditorPanel
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void keyReleased(KeyEvent e)
keyReleased
in interface KeyListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |