|
|||||||||||
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.navigation.NavigationNodeGeneralPanel
Navigation Node General Panel
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 | |
static String |
CHAR_FILTER
|
(package private) Object |
currentNode
|
private static String |
DESC_KEYFILTER
|
(package private) JLabel |
descriptionLabel
|
(package private) JTextField |
descriptionTextArea
|
(package private) boolean |
dirty
|
(package private) boolean |
editable
|
(package private) JLabel |
imageLabel
|
(package private) ImageSetterPanel |
imageSetter
|
static int |
MAX_CHARS
|
private static int |
MAX_DESC_LENGTH
|
private static int |
MAX_NAME_LENGTH
|
private static String |
NAME_KEYFILTER
|
(package private) JLabel |
nameLabel
|
(package private) JTextField |
nameTextField
|
(package private) ResourceBundle |
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 | |
(package private) |
NavigationNodeGeneralPanel(ResourceBundle resource)
Construct a General panel |
Method Summary | |
Object |
getItem()
|
boolean |
isEditable()
|
void |
keyPressed(KeyEvent e)
|
void |
keyReleased(KeyEvent e)
|
void |
keyTyped(KeyEvent e)
|
private void |
setComponents()
Creates the editorPanel |
void |
setEditable(boolean editable)
|
void |
setItem(Object item)
|
Methods inherited from class wt.clients.widgets.BaseEditorPanel |
getContext, isDirty, needsScrollPane, setBusy, setDirty |
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 int MAX_NAME_LENGTH
private static final int MAX_DESC_LENGTH
private static final String NAME_KEYFILTER
private static final String DESC_KEYFILTER
JLabel nameLabel
JLabel imageLabel
JLabel descriptionLabel
JTextField nameTextField
ImageSetterPanel imageSetter
JTextField descriptionTextArea
boolean editable
boolean dirty
ResourceBundle resource
public static final int MAX_CHARS
public static final String CHAR_FILTER
Object currentNode
Constructor Detail |
NavigationNodeGeneralPanel(ResourceBundle resource)
Method Detail |
private void setComponents()
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
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 |