public class ProfileSelectionForm<T extends AbstractHttpRequest> extends AbstractXmlInspector
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileSelectionForm.AddEditOptions |
| Modifier and Type | Field and Description |
|---|---|
static String |
BASIC_FORM_LABEL |
static String |
DELETE_PROFILE_DIALOG_TITLE |
static String |
EMPTY_PANEL |
static String |
OPTIONS_SEPARATOR |
static String |
PROFILE_COMBO_BOX |
static String |
RENAME_PROFILE_DIALOG_TITLE |
static String |
WSS_FORM_LABEL |
logDESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
ProfileSelectionForm(T request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildUI() |
protected static ArrayList<String> |
getBasicAuthenticationTypes() |
JComponent |
getComponent() |
boolean |
isEnabledFor(EditorView<XmlDocument> view) |
protected static boolean |
isReservedProfileName(String newName) |
void |
release() |
activate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, locationChanged, removePropertyChangeListener, setDescription, setEnabled, setIcon, setTitle, showInPanelpublic static final String PROFILE_COMBO_BOX
public static final String BASIC_FORM_LABEL
public static final String WSS_FORM_LABEL
public static final String OPTIONS_SEPARATOR
public static final String DELETE_PROFILE_DIALOG_TITLE
public static final String RENAME_PROFILE_DIALOG_TITLE
public static final String EMPTY_PANEL
protected ProfileSelectionForm(T request)
protected static boolean isReservedProfileName(String newName)
public JComponent getComponent()
public boolean isEnabledFor(EditorView<XmlDocument> view)
isEnabledFor in interface EditorInspector<XmlDocument>isEnabledFor in interface XmlInspectorisEnabledFor in class AbstractXmlInspectorpublic void release()
release in interface Inspectorrelease in class AbstractXmlInspectorprotected void buildUI()
Copyright © 2019. All Rights Reserved.