Class com/dmdirc/parser/irc/IRCParser
Interfaces implemented:
Other classes in same file:
Virtual methods:
- addChannel(ChannelInfo)
- addClient(ClientInfo)
- callConnectError(ParserError)
- callDataIn(String)
- callDataOut(String,bool)
- callDebugInfo(int,String)
- callDebugInfo(int,String,Object[])
- callErrorInfo(ParserError)
- callPingFailed()
- callPingSent()
- callPingSuccess()
- callPost005()
- callServerError(String)
- callSocketClosed()
- clearChannels()
- clearClients()
- connect()
- disconnect(String)
- doSendString(String,bool)
- finalize()
- forceRemoveClient(ClientInfo)
- get005()
- getAddLastLine()
- getAutoListMode()
- getBindIP()
- getBoolChanModes()
- getBoolChanModes005()
- getCallbackManager()
- getChannelInfo(String)
- getChannels()
- getClientInfo(String)
- getClientInfoOrFake(String)
- getClients()
- getCreateFake()
- getDefaultTrustManager()
- getDisconnectOnFatal()
- getIgnoreList()
- getIRCD(bool)
- getIRCStringConverter()
- getLastLine()
- getListChanModes()
- getLocalPort()
- getMaxLength(int)
- getMaxLength(String,String)
- getMaxListModes(char)
- getMyNickname()
- getMyself()
- getMyUsername()
- getNetworkName()
- getOtherModeString(byte)
- getPingCountDownLength()
- getPingNeeded()
- getPingTime(bool)
- getPingTimerLength()
- getPrefixModes()
- getProcessingManager()
- getRemoveAfterCallback()
- getServerLag()
- getServerName()
- getSetOnlyChanModes()
- getSetUnsetChanModes()
- getSocketState()
- getTrustManager()
- getUserModeString()
- handleConnectException(Exception)
- isReady()
- isUserSettable(Character)
- isValidChannelName(String)
- joinChannel(String)
- joinChannel(String,bool)
- joinChannel(String,String)
- joinChannel(String,String,bool)
- knownChannels()
- knownClients()
- onPostErrorInfo(ParserError,bool)
- parseChanModes()
- parseChanPrefix()
- parsePrefixModes()
- parseUserModes()
- partChannel(String,String)
- pingTimerTask(Timer)
- processLine(String)
- quit(String)
- removeChannel(ChannelInfo)
- removeClient(ClientInfo)
- resetState()
- run()
- sendAction(String,String)
- sendConnectionStrings()
- sendCTCP(String,String,String)
- sendCTCPReply(String,String,String)
- sendLine(String)
- sendMessage(String,String)
- sendNotice(String,String)
- sendString(String)
- setAddLastLine(bool)
- setAutoListMode(bool)
- setBindIP(String)
- setCreateFake(bool)
- setDisconnectOnFatal(bool)
- setIgnoreList(RegexStringList)
- setKeyManagers(KeyManager[])
- setNickname(String)
- setPingCountDownLength(int)
- setPingNeeded(bool)
- setPingTimerLength(long)
- setRemoveAfterCallback(bool)
- setTrustManager(TrustManager[])
- startPingTimer()
- updateCharArrays(byte)
Constructors:
Static methods:
Instance fields: - bool addLastLine -- only one reference
- bool autoListMode -- only one reference
- String bindIP -- only one reference
- ClientInfo cMyself -- only one reference
- bool createFake -- only one reference
- SocketState currentSocketState -- only one reference
- bool disconnectOnFatal -- only one reference
- bool got001
- Map h005Info
- bool hasBegan -- only one reference
- Map hChanModesBool
- Map hChanModesOther
- Map hChannelList -- only one reference
- Map hChanPrefix -- only one reference
- Map hClientList -- only one reference
- Map hPrefixMap
- Map hPrefixModes
- Map hUserModes
- BufferedReader in -- only one reference
- String lastLine -- only one reference
- String lastPingValue -- only one reference
- MyInfo me
- CallbackManager myCallbackManager -- only one reference
- RegexStringList myIgnoreList -- only one reference
- KeyManager[] myKeyManagers -- only one reference
- ProcessingManager myProcessingManager -- only one reference
- TrustManager[] myTrustManager -- only one reference
- long nNextKeyCMBool
- long nNextKeyPrefix
- long nNextKeyUser
- PrintWriter out -- only one reference
- int pingCountDown -- only one reference
- int pingCountDownLength -- only one reference
- AtomicBoolean pingNeeded -- only one reference
- long pingTime -- only one reference
- Timer pingTimer -- only one reference
- long pingTimerLength -- only one reference
- Semaphore pingTimerSem -- only one reference
- bool post005 -- only one reference
- bool removeAfterCallback
- ServerInfo server -- only one reference
- long serverLag -- only one reference
- String sNetworkName
- Socket socket -- only one reference
- String sServerName
- String sThinkNickname
- IRCStringConverter stringConverter -- only one reference
- bool triedAlt
- TrustManager[] trustAllCerts -- only one reference
Static fields:
- bool ALWAYS_UPDATECLIENT -- unreferenced
- int DEBUG_INFO -- unreferenced
- int DEBUG_LMQ -- unreferenced
- int DEBUG_PROCESSOR -- unreferenced
- int DEBUG_SOCKET -- unreferenced
- int MAX_LINELENGTH -- unreferenced
- byte MODE_LIST -- unreferenced
- byte MODE_SET -- unreferenced
- byte MODE_UNSET -- unreferenced
|
|
|
Class com/dmdirc/parser/irc/IRCParser$1
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
Instance fields:
|
|
|
Abstract Class com/dmdirc/parser/irc/IRCProcessor
Subclasses:
-
Process001,
Process004005,
Process464,
ProcessAway,
ProcessInvite,
ProcessJoin,
ProcessKick,
ProcessListModes,
ProcessMessage,
ProcessMode,
ProcessMOTD,
ProcessNames,
ProcessNick,
ProcessNickInUse,
ProcessNoticeAuth,
ProcessPart,
ProcessQuit,
ProcessTopic,
ProcessWallops,
ProcessWho
Virtual methods:
Constructors:
Instance fields:
|
|
|
Class com/dmdirc/parser/irc/IRCStringConverter
Virtual methods:
Constructors:
Instance fields: - byte limit -- only one reference
- char[] lowercase -- only one reference
- char[] uppercase -- only one reference
|
|
|
Class com/dmdirc/ui/messages/IRCTextAttribute
Virtual methods:
Constructors:
Static fields:
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IServerError
Interfaces implemented:
Implemented by:
Virtual methods:
- onServerError(IRCParser,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IServerReady
Interfaces implemented:
Virtual methods:
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/ISocketClosed
Interfaces implemented:
Implemented by:
Virtual methods:
- onSocketClosed(IRCParser)
|
|
|
Interface java/lang/Iterable -- not analyzed
Implemented by:
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUnknownAction
Interfaces implemented:
Virtual methods:
- onUnknownAction(IRCParser,String,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUnknownCTCP
Interfaces implemented:
Virtual methods:
- onUnknownCTCP(IRCParser,String,String,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUnknownCTCPReply
Interfaces implemented:
Virtual methods:
- onUnknownCTCPReply(IRCParser,String,String,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUnknownMessage
Interfaces implemented:
Virtual methods:
- onUnknownMessage(IRCParser,String,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUnknownNotice
Interfaces implemented:
Implemented by:
Virtual methods:
- onUnknownNotice(IRCParser,String,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUserModeChanged
Interfaces implemented:
Implemented by:
Virtual methods:
- onUserModeChanged(IRCParser,ClientInfo,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IUserModeDiscovered
Interfaces implemented:
Implemented by:
Virtual methods:
- onUserModeDiscovered(IRCParser,ClientInfo,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IWallDesync
Interfaces implemented:
Implemented by:
Virtual methods:
- onWallDesync(IRCParser,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IWallop
Interfaces implemented:
Implemented by:
Virtual methods:
- onWallop(IRCParser,String,String)
|
|
|
Interface com/dmdirc/parser/irc/callbacks/interfaces/IWalluser
Interfaces implemented:
Implemented by:
Virtual methods:
- onWalluser(IRCParser,String,String)
|
|
|
Class javax/swing/JButton -- not analyzed
Subclasses:
|
Class javax/swing/JCheckBox -- not analyzed
|
Class javax/swing/JComboBox -- not analyzed
Subclasses:
|
Class javax/swing/JComponent -- not analyzed
Subclasses:
|
Class javax/swing/JDesktopPane -- not analyzed
Subclasses:
|
Class javax/swing/JDialog -- not analyzed
Subclasses:
-
AboutDialog,
ActionEditorDialog,
ActionsManagerDialog,
ActionsManagerDialog$2,
ActionsManagerDialog$3,
AliasManagerDialog,
BrowserWindow,
ChannelSettingsDialog,
ColourPickerDialog,
DownloaderWindow,
DurationEditor,
ErrorListDialog,
ErrorPopup,
FatalErrorDialog,
FeedbackDialog,
IgnoreListPanel$1,
InvitePopup,
MenuBar$1,
NewServerDialog,
NickColourInputDialog,
NoUIDialog,
OsdWindow,
PasteDialog,
ProfileDetailPanel$1,
ProfileDetailPanel$2,
ProfileManagerDialog,
ServerInfoDialog,
ServerSettingsDialog,
SSLCertificateDialog,
StandardDialog,
StandardInputDialog,
StatusbarPopupWindow,
SwingPreferencesDialog,
SwingRestartDialog,
SwingUpdaterDialog,
URLConfigPanel$2,
URLDialog,
WizardDialog
|
Class javax/swing/JEditorPane -- not analyzed
Subclasses:
|
Class javax/swing/JFileChooser -- not analyzed
Subclasses:
|
Class javax/swing/JFrame -- not analyzed
Subclasses:
|
Class javax/swing/JInternalFrame -- not analyzed
Subclasses:
|
Class javax/swing/JLabel -- not analyzed
Subclasses:
|
Class javax/swing/JList -- not analyzed
Subclasses:
|
Class javax/swing/JMenu -- not analyzed
Subclasses:
|
Class javax/swing/JMenuBar -- not analyzed
Subclasses:
|
Class javax/swing/JMenuItem -- not analyzed
Subclasses:
|
Class com/dmdirc/commandparser/commands/server/JoinChannelCommand -- only one reference
Interfaces implemented:
Virtual methods:
- execute(InputWindow,Server,bool,CommandArguments)
- getHelp()
- getName()
- getSuggestions(int,List)
- getType()
- processEvent(ActionType,StringBuffer,Object[])
- sendLine(InputWindow,bool,String,Object[])
- showInHelp()
- showUsage(InputWindow,bool,String,String)
Constructors:
|
|
|
Class javax/swing/JPanel -- not analyzed
Subclasses:
-
AboutPanel,
ActionConditionDisplayPanel,
ActionConditionEditorPanel,
ActionConditionsListPanel,
ActionConditionsPanel,
ActionConditionsTreePanel,
ActionGroupInformationPanel,
ActionGroupSettingsPanel,
ActionNamePanel,
ActionResponsePanel,
ActionsGroupPanel,
ActionsPanel,
ActionSubstitutionsPanel,
ActionTriggersListPanel,
ActionTriggersPanel,
AddonCellRenderer,
AddonInfoListCellRenderer,
AddOptionPanel,
AliasPanel,
AliasSubstitutionsPanel,
CategoryPanel,
CertificateChainPanel,
ChannelListModesPane,
ChannelModesPane,
ColourChooser,
ColourPickerPanel,
CommunicationStep,
ConfigPanel,
CreditsPanel,
CurrentOptionsPanel,
DurationDisplay,
ErrorDetailPanel,
ErrorPanel,
ExtendedListModeCellRenderer,
ExtractionStep,
FirstRunExtractionStep,
IgnoreListPanel,
InfoPanel,
InstructionsPanel,
InviteLabel,
LagDisplayPanel,
LicensePanel,
MDIBar,
MigrationExtrationStep,
NickColourPanel,
NowPlayingSubsitutionPanel,
OptionalColourChooser,
ParamModePanel,
PerformPanel,
PingHistoryPanel,
PluginPanel,
ProfileDetailPanel,
ProfileStep,
SettingsPanel,
StatusbarPopupPanel,
Step,
StepConfirm,
StepError,
StepInstall,
StepSettings,
StepWelcome,
SubstitutionsPanel,
SummaryPanel,
SwingSearchBar,
SwingStatusBar,
SwingStep,
TextPaneCanvas,
ThemePanel,
TitlePanel,
TitlePanel,
ToolTipPanel,
TopicCellRenderer,
TopicHistoryPane,
TopicPane,
UpdateConfigPanel,
URLConfigPanel,
URLProtocolPanel,
URLSubsitutionsPanel,
UserModesPane,
WindowStatusPanel,
WizardControlPanel,
WizardPanel,
WizardPanel
|
Class javax/swing/JPopupMenu -- not analyzed
|
Class javax/swing/JProgressBar -- not analyzed
|
Class javax/swing/JRadioButton -- not analyzed
|
Class javax/swing/JScrollBar -- not analyzed
|
Class javax/swing/JScrollPane -- not analyzed
Subclasses:
|
Class javax/swing/JSeparator -- not analyzed
|
Class javax/swing/JSpinner -- not analyzed
|
Class javax/swing/JSplitPane -- not analyzed
Subclasses:
|
Class javax/swing/JTabbedPane -- not analyzed
|
Class javax/swing/JTable -- not analyzed
Subclasses:
|
Class javax/swing/JTextArea -- not analyzed
Subclasses:
|
Class javax/swing/text/JTextComponent -- not analyzed
|
Class javax/swing/JTextField -- not analyzed
Subclasses:
|
Class javax/swing/JTextPane -- not analyzed
Subclasses:
|
Class javax/swing/JToggleButton -- not analyzed
Subclasses:
|
Class javax/swing/JTree -- not analyzed
Subclasses:
|
Class com/dmdirc/addons/mediasource_dcop/KaffeineSource
Interfaces implemented:
Virtual methods:
Constructors:
|
|
|
Class com/dmdirc/addons/dcc/kde/KDialogProcess
Virtual methods:
Constructors:
Static methods:
Instance fields: - Process process -- only one reference
- StreamReader stdErrorStream -- only one reference
- StreamReader stdOutputStream -- only one reference
Static fields:
- bool hasKDialog -- only one reference
- bool isBin -- only one reference
|
|
|
Class java/awt/event/KeyAdapter -- not analyzed
Subclasses:
|
Class java/awt/event/KeyEvent -- not analyzed
|
Interface java/awt/event/KeyListener -- not analyzed
Implemented by:
-
ChannelFrame,
ConfigPanel,
CustomFrame,
CustomInputFrame,
EmptyFrame,
InputTextFrame,
PasteDialog,
QueryFrame,
ServerFrame,
SwingInputField,
SwingInputHandler,
SwingSearchBar,
TextFrame
|
Class javax/net/ssl/KeyManager -- not analyzed
|
Class com/dmdirc/addons/dcc/kde/KFileChooser
Virtual methods:
Constructors:
Static methods:
Instance fields: - String fileFilter -- only one reference
- DCCPlugin plugin -- only one reference
Static fields:
- long serialVersionUID -- unreferenced
|
|
|
Class com/dmdirc/commandparser/commands/channel/KickReason
Interfaces implemented:
Virtual methods:
- execute(InputWindow,Server,Channel,bool,CommandArguments)
- getHelp()
- getName()
- getSuggestions(int,List)
- getType()
- sendLine(InputWindow,bool,String,Object[])
- showInHelp()
- showUsage(InputWindow,bool,String,String)
Constructors:
|
|
|
Class com/dmdirc/addons/lagdisplay/LagDisplayPanel
Virtual methods:
- closeDialog()
- getWindow()
- mouseClicked(MouseEvent)
- mouseEntered(MouseEvent)
- mouseExited(MouseEvent)
- mousePressed(MouseEvent)
- mouseReleased(MouseEvent)
- openDialog()
- refreshDialog()
- setText(String)
- setVisible(bool)
Constructors:
Instance fields:
Static fields:
- long serialVersionUID -- unreferenced
|
|
|
Class com/dmdirc/addons/lagdisplay/LagDisplayPlugin
Interfaces implemented:
Virtual methods:
Constructors:
Instance fields: - bool domainSet
- Map history -- only one reference
- int historySize -- only one reference
- String myDomain
- LagDisplayPanel panel -- only one reference
- Map pings -- only one reference
- bool showGraph -- only one reference
- bool showLabels -- only one reference
|
|
|
Class com/dmdirc/updater/components/LauncherComponent
Interfaces implemented:
Virtual methods:
Constructors:
Static methods:
Static fields:
- String platform -- only one reference
- int version -- only one reference
|
|
|
Interface java/awt/LayoutManager2 -- not analyzed
Implemented by:
|
Class com/dmdirc/addons/ui_swing/dialogs/about/LicensePanel
Other classes in same file:
Virtual methods:
Constructors:
Static methods:
Instance fields: - JScrollPane scrollPane -- only one reference
Static fields:
- long serialVersionUID -- unreferenced
|
|
|
Class com/dmdirc/addons/ui_swing/dialogs/about/LicensePanel$1
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
Instance fields:
|
|
|
Class com/dmdirc/addons/ui_swing/textpane/Line
Virtual methods:
Constructors:
Instance fields: - ConfigManager config -- only one reference
- int lineHeight -- only one reference
- String[] lineParts -- only one reference
|
|
|
Class com/dmdirc/addons/ui_swing/textpane/LineInfo
Virtual methods:
Constructors:
Instance fields: - int index -- only one reference
- int line -- only one reference
- int part -- only one reference
|
|
|
Class com/dmdirc/addons/ui_swing/textpane/LinePosition
Virtual methods:
Constructors:
Instance fields: - int endLine -- only one reference
- int endPos -- only one reference
- int startLine -- only one reference
- int startPos -- only one reference
|
|
|
Class com/dmdirc/installer/LinuxInstaller
Other classes in same file:
Virtual methods:
Constructors:
Instance fields:
|
|
|
Class com/dmdirc/installer/LinuxInstaller$1
Other classes in same file:
Static fields:
- int[] $SwitchMap$com$dmdirc$installer$Installer$ShortcutType
|
|
|
Class java/util/List -- not analyzed
Subclasses:
|
Interface javax/swing/ListCellRenderer -- not analyzed
Implemented by:
|
Interface javax/swing/event/ListDataListener -- not analyzed
Implemented by:
|
Class com/dmdirc/util/ListenerList
Virtual methods:
Constructors:
Instance fields: - MapList listeners -- only one reference
|
|
|
Class com/dmdirc/addons/ui_swing/components/renderers/ListModeCellRenderer
Virtual methods:
Constructors:
Static fields:
- long serialVersionUID -- unreferenced
|
|
|
Class javax/swing/ListModel -- not analyzed
|
Class com/dmdirc/addons/ui_swing/components/ListScroller
Interfaces implemented:
Virtual methods:
Constructors:
Instance fields: - ListModel model -- only one reference
- ListSelectionModel selectionModel -- only one reference
|
|
|
Interface javax/swing/event/ListSelectionListener -- not analyzed
Implemented by:
-
ActionsGroupPanel,
ActionsManagerDialog,
AliasManagerDialog,
ChannelListModesPane,
ErrorListDialog,
IgnoreListPanel,
PluginPanel,
ProfileDetailPanel,
ProfileManagerDialog,
SSLCertificateDialog,
SwingPreferencesDialog,
ThemePanel,
URLConfigPanel
|
Class javax/swing/ListSelectionModel -- not analyzed
|
Class com/dmdirc/commandparser/commands/global/LoadPlugin
Interfaces implemented:
Virtual methods:
Constructors:
|
|
|
Class java/util/logging/Logger -- not analyzed
|
Class com/dmdirc/logger/Logger
Constructors:
Static methods:
Static fields:
|
|
|
Class com/dmdirc/parser/irc/Logging
Other classes in same file:
Virtual methods:
Constructors:
Static methods:
Instance fields: - bool isAvailable -- only one reference
- Object log -- only one reference
Static fields:
|
|
|
Class com/dmdirc/addons/logging/LoggingCommand
Interfaces implemented:
Virtual methods:
- execute(InputWindow,Server,bool,CommandArguments)
- getHelp()
- getName()
- getSuggestions(int,List)
- getType()
- sendLine(InputWindow,bool,String,Object[])
- showInHelp()
- showUsage(InputWindow,bool,String,String)
Constructors:
|
|
|
Class com/dmdirc/addons/logging/LoggingPlugin
Interfaces implemented:
Other classes in same file:
Virtual methods:
- addNetworkDir(StringBuffer,StringBuffer,String)
- appendLine(String,String)
- appendLine(String,String,Object[])
- checkPrerequisites()
- compareTo(Object)
- compareTo(Plugin)
- domainUpdated()
- getDisplayName(ChannelClientInfo)
- getDisplayName(ChannelClientInfo,String)
- getDisplayName(ClientInfo)
- getDisplayName(ClientInfo,String)
- getDomain()
- getLogFile(Object)
- handleChannelEvent(CoreActionType,StringBuffer,Object[])
- handleQueryEvent(CoreActionType,StringBuffer,Object[])
- onLoad()
- onUnload()
- processEvent(ActionType,StringBuffer,Object[])
- setDomain(String)
- showBackBuffer(Window,String)
- showConfig(PreferencesManager)
- showHistory(InputWindow)
- timerTask()
Constructors:
Static methods:
Instance fields: - LoggingCommand command -- only one reference
- bool domainSet
- Timer idleFileTimer -- only one reference
- String myDomain
- DateFormat openedAtFormat -- only one reference
- Map openFiles -- only one reference
|
|
|
Class com/dmdirc/addons/logging/LoggingPlugin$1
Other classes in same file:
Virtual methods:
Constructors:
Instance fields:
|
|
|
Class com/dmdirc/addons/logging/LoggingPlugin$2
Other classes in same file:
Static fields:
- int[] $SwitchMap$com$dmdirc$actions$CoreActionType
|
|
|
Abstract Class com/dmdirc/addons/ui_swing/components/LoggingSwingWorker
Subclasses:
-
BrowserWindow$1,
MainFrame$8,
NewServerDialog$2,
NewServerDialog$3,
PluginPanel$1,
SendWorker,
SwingInputHandler$3$1,
SwingInputHandler$4$1,
SwingPreferencesDialog$1,
TextFrame$11$1,
TextFrame$15,
TextFrame$16,
TextFrame$17,
TextFrame$19,
TextFrame$20,
ThemePanel$1
Virtual methods:
Constructors:
|
|
|
Class com/dmdirc/parser/irc/Logging$LogLevel
Superclass:
Enum
Other classes in same file:
Virtual methods:
Constructors:
Static methods:
Instance fields: - String checkMethodName -- only one reference
- String methodName -- only one reference
Static fields:
- LogLevel[] $VALUES -- only one reference
- LogLevel DEBUG -- only one reference
- LogLevel ERROR -- only one reference
- LogLevel FATAL -- only one reference
- LogLevel INFO -- only one reference
- LogLevel TRACE -- only one reference
- LogLevel WARN -- only one reference
|
|
|
Class com/dmdirc/installer/Main
Virtual methods:
Constructors:
Static methods:
Static fields:
|
|
|
Class com/dmdirc/Main
Other classes in same file:
Constructors:
Static methods:
Static fields:
- String configdir -- only one reference
- UIController controller -- only one reference
- int FEEDBACK_DELAY -- unreferenced
|
|
|
Class com/dmdirc/Main$1
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
|
|
|
Class com/dmdirc/Main$2
Other classes in same file:
Virtual methods:
Constructors:
|
|
|
Class com/dmdirc/addons/ui_swing/MainFrame
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
Static methods:
Instance fields: - SwingController controller -- only one reference
- DMDircDesktopPane desktopPane -- only one reference
- int exitCode -- only one reference
- JPanel frameManagerPanel -- only one reference
- ImageIcon imageIcon -- only one reference
- FrameManager mainFrameManager -- only one reference
- bool maximised -- unreferenced
- MenuBar menu -- only one reference
- FramemanagerPosition position -- only one reference
- bool showVersion -- only one reference
- SwingStatusBar statusBar -- only one reference
Static fields:
- Logger LOGGER -- only one reference
- long serialVersionUID -- unreferenced
|
|
|
Class com/dmdirc/addons/ui_swing/MainFrame$1
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
Instance fields:
|
|
|
Class com/dmdirc/addons/ui_swing/MainFrame$10
Interfaces implemented:
Other classes in same file:
Virtual methods:
Constructors:
Instance fields: - MainFrame this$0 -- only one reference
- int val$index -- only one reference
- FrameContainer val$window -- only one reference
|
|
|